1. Does this work with Rails? 2. Generally, the "Hello World" for a real-time framework is a simple chat application.
2. http://cramp.in/examples two chat apps there. But I don't have a live demo running.
11–15 of 15 posts
1. Does this work with Rails? 2. Generally, the "Hello World" for a real-time framework is a simple chat application.
2. http://cramp.in/examples two chat apps there. But I don't have a live demo running.
http://www.igvita.com/2011/08/26/server-sent-event-notificat... https://github.com/postrank-labs/goliath/tree/websockets
Goliath has a websockets branch and also supports eventsource and streaming pretty easily. If it's something you need, definitely look into Goliath as well. http://www.igvita.com/2011/08/26/server-sent-event-notificat... https://github.com/postrank-labs/goliath/tree/websockets
FWIW, I do like Goliath. More async solutions in Ruby the better!
I would really love to see some perf comparisons vs C# or Java.
I'd love to see it too! However, I do think the comparisons should be about the ability handle the number of open connections seamlessly and not req/sec. And relevant memory/cpu usages.