Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
uNetworkingAB committed Apr 9, 2016
1 parent f4048e5 commit f076b3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
`µWS` is one of the most lightweight, efficient & scalable WebSocket server implementations available. It features an easy-to-use, fully async object-oriented interface and scales to millions of connections using only a fraction of memory compared to the competition. License is zlib/libpng (very permissive & suits commercial applications).

* Linux, OS X & Windows support.
* Node.js binding exposed as the well-known `ws` interface.
* Chrome, Safari, Firefox, Edge support.
* Keep one thread per CPU core, each serving millions of connections.
* Expose a port range or use the load balancer to only expose one port, scaling over all CPU cores.
* Planned SSL/TLS support (work in progress)
* Node.js bindings are planned and will target the `ws` interface.

[![](https://img.shields.io/github/tag/alexhultman/uWebSockets.svg)]()

Expand Down Expand Up @@ -43,6 +43,7 @@ int main()
## Quality control
* Valgrind clean
* Autobahn chapters 1 - 9 [all pass](http://htmlpreview.github.io/?https://github.com/alexhultman/uWebSockets/blob/master/autobahn/index.html).
* All Primus transformer integration tests pass.
* Small & efficient code base.

## Installation
Expand Down

0 comments on commit f076b3e

Please sign in to comment.