All Projects → BinaryMuse → faye-sinatra

BinaryMuse / faye-sinatra

Licence: other
Playing around with Faye and Sinatra

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language

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!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].