From 048635d64ed61c863739e3fa54ff2ee92c0926d3 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Fri, 5 Jun 2020 17:59:22 +0200 Subject: [PATCH 1/3] v18 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da4168..2447726 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ require('uWebSockets.js').SSLApp({ #### Ready all thrusters. -Install with `npm install uNetworking/uWebSockets.js#v17.6.0` or any such [release](https://github.com/uNetworking/uWebSockets.js/releases). No compiler needed. +Install with `npm install uNetworking/uWebSockets.js#v18.0.0` or any such [release](https://github.com/uNetworking/uWebSockets.js/releases). No compiler needed. ![](misc/features_strip.png) From 2496251f591ab7373a938f0cb3e0f2db0af64b0c Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 7 Jun 2020 10:50:19 +0200 Subject: [PATCH 2/3] New header, link to LGTM --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2447726..8dbb2ae 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
- +
+Simple, secure[1] & standards compliant[2] web server for the most demanding[3] of applications. Read more... +

-*µWebSockets.js™ (it's "[micro](https://en.wikipedia.org/wiki/Micro-)") is simple, secure*[[1]](https://github.com/uNetworking/uWebSockets/tree/master/fuzzing) *& standards compliant*[[2]](https://unetworking.github.io/uWebSockets.js/report.pdf) *web I/O for the most demanding*[[3]](https://github.com/uNetworking/uWebSockets/tree/master/benchmarks) *of applications.* -• [For Python](https://github.com/uNetworking/uWebSockets.py) • [User manual](https://github.com/uNetworking/uWebSockets/blob/master/misc/READMORE.md) • [Docs](https://unetworking.github.io/uWebSockets.js/generated/) - -*© 2016-2019, >39,632,272 downloads* + Language grade: C/C++
+

#### In a nutshell. From 240dbf6ceaa954e839a53cb2a49819fab65bc694 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sun, 7 Jun 2020 11:00:15 +0200 Subject: [PATCH 3/3] Add a few icons --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8dbb2ae..a855265 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

-#### In a nutshell. +### :bulb: In a nutshell Think of it as a complete replacement to both Express.js and Socket.IO, written entirely in C/C++ for maximum performance and reliability. There are tons of [examples](examples) but here's the gist of it all: @@ -42,7 +42,7 @@ require('uWebSockets.js').SSLApp({ }); ``` -#### Ready all thrusters. +### :rocket: Ready all thrusters Install with `npm install uNetworking/uWebSockets.js#v18.0.0` or any such [release](https://github.com/uNetworking/uWebSockets.js/releases). No compiler needed. @@ -50,11 +50,11 @@ Install with `npm install uNetworking/uWebSockets.js#v18.0.0` or any such [relea Real-world tests over TLS 1.3 and Ethernet puts us **5x** as efficient as Socket.IO, **2x** as efficient as websockets/ws. -#### Pay what you want. +### :dollar: Pay what you want Commercially developed on a sponsored/consulting basis; BitMEX, Bitfinex and Coinbase are current or previous sponsors. Contact [me, the author](https://github.com/alexhultman) for support, feature development or consulting/contracting. ![](https://raw.githubusercontent.com/uNetworking/uWebSockets/master/misc/2018.png) -#### Know thy legal matters. +### :mortar_board: Know thy legal matters *µWebSockets.js is intellectual property licensed Apache 2.0 with limitations on trademark use. Forks must be clearly labelled as such and must not be confused with the original.*