From 6b5cae0397874b5dea01e74c4d93c598894f0a59 Mon Sep 17 00:00:00 2001 From: Alex Hultman <3397140+alexhultman@users.noreply.github.com> Date: Fri, 28 Sep 2018 16:47:53 +0200 Subject: [PATCH] Update READMORE.md --- misc/READMORE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc/READMORE.md b/misc/READMORE.md index 9d5be10..dc2d95a 100644 --- a/misc/READMORE.md +++ b/misc/READMORE.md @@ -1,3 +1,6 @@ +## FAQ +You can read the frequently asked questions [here](FAQ.md). + ## Motivation and goals µWebSockets is a simple to use yet thoroughly optimized implementation of HTTP and WebSockets. It comes with built-in pub/sub support, HTTP routing, TLS 1.3, IPv6, permessage-deflate and is thorougly battle tested as one of the most popular implementations.