From 056fba9e4f1d29c3bcd0c835e18cc9059b571e19 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sat, 24 Oct 2020 02:34:08 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b21367..ef9968c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ### :bulb: Quite simple -µWebSockets.js is a C++ implementation of the Http/WebSocket protocols for Node.js, easy to use from JavaScript. Think of it as a **much** faster alternative to Fastify/Express.js/Socket.IO; it comes with both router and pub/sub support. Browse the [documentation](https://unetworking.github.io/uWebSockets.js/generated/) and see the [main repo](https://github.com/uNetworking/uWebSockets). There are tons of [examples](examples) but here's the gist of it all: +µWebSockets.js is a C++ implementation of the WebSocket/HTTP protocols for Node.js, easy to use from JavaScript. Think of it as a **much** faster alternative to both Socket.IO and Fastify/Express.js; it comes with both router and pub/sub support. Browse the [documentation](https://unetworking.github.io/uWebSockets.js/generated/) and see the [main repo](https://github.com/uNetworking/uWebSockets). There are tons of [examples](examples) but here's the gist of it all: ```javascript /* Non-SSL is simply App() */