Changed my mind
This commit is contained in:
parent
8a3e9e0034
commit
ace2325816
11
README.md
11
README.md
|
@ -1,13 +1,4 @@
|
|||
<div align="center">
|
||||
<img src="https://github.com/uNetworking/uWebSockets/blob/master/misc/logo.png?raw=true" />
|
||||
|
||||
*µWS ("[micro](https://en.wikipedia.org/wiki/Micro-)WS") **for Node.js** is simple and **somewhat** efficient*<sup>[[1]](benchmarks)</sup> *messaging for the modern web.*
|
||||
|
||||
• [Read more](https://github.com/uNetworking/v0.15)
|
||||
|
||||
</div>
|
||||
|
||||
This repository tracks the development of Node.js bindings for µWebSockets v0.15.
|
||||
Loopery is Google V8 tied to µWebSockets for building high performance JavaScript backend services.
|
||||
|
||||
```javascript
|
||||
const uWS = require('...lalala');
|
||||
|
|
Loading…
Reference in New Issue