Add a few icons
This commit is contained in:
parent
2496251f59
commit
240dbf6cea
@ -9,7 +9,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
#### 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:
|
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.
|
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.
|
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.
|
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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
#### 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.*
|
*µ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.*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user