gimite / web-socket-ruby

HTML5 Web Socket server/client implementation in Ruby
375 stars 71 forks source link

I think your code is great. Why don't you make it as a gem? #15

Closed allenhwkim closed 12 years ago

allenhwkim commented 12 years ago

I tested and work with your code and it works great.

I like it does not use eventmachine which makes code a lot simpler for a simple project.

I wonder why it is not a gem.

I hope I can be a help for this if you want.

Allen

gimite commented 12 years ago

This doesn't provide gem because I usually suggest using em-websocket, which is probably more efficient and is more widely used. I agree that websocket-ruby is useful in some cases like you, though.