Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binarymuse/faye-sinatra
Playing around with Faye and Sinatra
https://github.com/binarymuse/faye-sinatra
Last synced: 29 days ago
JSON representation
Playing around with Faye and Sinatra
- Host: GitHub
- URL: https://github.com/binarymuse/faye-sinatra
- Owner: BinaryMuse
- Created: 2011-04-04T21:12:13.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-04-04T21:41:01.000Z (over 13 years ago)
- Last Synced: 2024-04-09T01:05:26.148Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 88.9 KB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chatterbox
----------A super-simple Sinatra/Faye chat room.
Instructions
============1. Clone the repository.
2. Install the following gems:
* sinatra
* faye
* haml
* thin
3. Run the Faye server on port 9001: `rackup faye.ru -s thin -E production -p 9001`
4. Run the Sinatra server on IP 0.0.0.0: `rackup config.ru -s thin -o 0.0.0.0`
5. Visit the root URL and create a room.
6. In another tab/browser, browse to the root URL and join the room you created.
7. Have a conversation with yourself!