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
- Host: GitHub
- URL: https://github.com/nikolalsvk/rails-sse
- Owner: nikolalsvk
- Created: 2023-07-21T18:41:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T18:58:42.000Z (about 2 years ago)
- Last Synced: 2025-02-02T11:18:10.231Z (8 months ago)
- Topics: rails, server-sent-events, sse
- Language: Ruby
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.