Skip to content

goofmint/ruby-websockets-chat-demo

 
 

Repository files navigation

Ruby WebSockets Chat Demo

Deploy

This is a simple application that serves tasty WebSockets to your users with faye-websocket, Puma, and Sinatra.

Check out the live demo or read the docs.

Setup

To install all the dependencies, run:

bundle install

Next the app requires some env vars for configuration. A sample .env.sample is provided for running the app locally. You can copy .env.sample to .env which foreman will pick up.

Using foreman we can boot the application.

$ foreman start

You can now visit http://localhost:5000 to see the application.

ChangeLog

  • Update ruby version from 2.1.2 to 2.2.7.
  • Update libraries by Gemfile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 46.8%
  • HTML 34.2%
  • JavaScript 17.1%
  • CSS 1.2%
  • Procfile 0.7%