ericmoritz / wsdemo

A Cowboy Websocket demo
Other
405 stars 58 forks source link

consider adding a second library for node.js #15

Closed einaros closed 12 years ago

einaros commented 12 years ago

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.

ericmoritz commented 12 years ago

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

einaros commented 12 years ago

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.