An open API service indexing awesome lists of open source software.

https://github.com/nikolalsvk/rails-sse

Server-Sent Events and Rails demo app
https://github.com/nikolalsvk/rails-sse

rails server-sent-events sse

Last synced: 7 months ago
JSON representation

Server-Sent Events and Rails demo app

Awesome Lists containing this project

README

          

# Rails SSE

This is a repository that goes together with [a blog post about Server-Sent Events in Rails](https://pragmaticpineapple.com/using-server-sent-events-to-stream-data-in-rails/).

## Running

```
bundle install
bin/rails server
```

Then, visit http://localhost:3000 and observe how events are coming in from the server.