LearnBoost / cluster

Node.JS multi-core server manager with plugins support.
http://learnboost.github.com/cluster
MIT License
2.29k stars 159 forks source link

Supporting WebSockets #103

Closed shimonchayim closed 13 years ago

shimonchayim commented 13 years ago

Does Cluster support WebSockets? When using with websocket-server I get into problems. If the support is already there, could you please point me to an example or some other pointer?

tj commented 13 years ago

cluster will support anything node supports, it's not a reverse proxy (the kernel handles load balancing)

indexzero commented 13 years ago

@shimonchayim I think you're looking for socket.io: http://github.com/learnboost/socket.io ... node-websocket-server is not maintained as heavily.

shimonchayim commented 13 years ago

Will try using socket.io