Hacker News new | ask | show | jobs
by chetan51 5404 days ago
1. Does this work with Rails?

2. Generally, the "Hello World" for a real-time framework is a simple chat application.

1 comments

1. It can work within the same Rails process if you're using async Rails.

2. http://cramp.in/examples two chat apps there. But I don't have a live demo running.