From f076b3edaaa76164fd1a04ac49864cdf389d2823 Mon Sep 17 00:00:00 2001 From: Alex Hultman Date: Sat, 9 Apr 2016 13:10:00 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 76ade9d85..6bc1fcdce 100644 --- a/README.md +++ b/README.md @@ -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)]() @@ -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