Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tiii/sinatra-stream-example
https://github.com/tiii/sinatra-stream-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tiii/sinatra-stream-example
- Owner: tiii
- Created: 2014-05-21T21:57:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-02T07:30:58.000Z (over 10 years ago)
- Last Synced: 2024-05-31T19:58:52.354Z (5 months ago)
- Language: Ruby
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sinatra streaming example
Be sure to use an event-based server.
## Installation
```SHELL
bundle install
bundle exec rackup
```