ericmoritz / wsdemo

A Cowboy Websocket demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

consider adding a second library for node.js

einaros opened this issue · comments

My library, at https://github.com/einaros/ws, has been and is continuously updated with perf as a key factor. Install it and ensure that it can compile it's native extensions - it should be faster than the node.js library you're already testing with.

Thanks. Someone submitted an implementation using your module. I am going to benchmark it on a m1.large instance with the others.

I noticed that shortly after adding this. I'll go see how that version is doing. With some luck this may even whip me into optimizing further.