edmund-huber / ergonomadic

DISCONTINUED, see orogono
MIT License
132 stars 10 forks source link

WebSocket? #11

Closed stumpyfr closed 9 years ago

stumpyfr commented 9 years ago

Wanted to know if you have some plan to support WebSocket? I am looking for a good solution for my chat system but I must keep IRC protocol.

After few looks at your code...I start to think the workload would not be major, if you confirm I can maybe try to work on that.

edmund-huber commented 9 years ago

Sounds reasonable, that sounds like something useful.

That being said, have you tried using something like https://github.com/kanaka/websockify to build a bridge between WS and plain old TCP? That might save you time.

stumpyfr commented 9 years ago

Yep I look about it but for a production system, add a daemon just to bridge is rarely a good idea. I will try to get sometime to work on that :)

stumpyfr commented 9 years ago

First version in #12

edmund-huber commented 9 years ago

https://github.com/edmund-huber/ergonomadic/pull/14