Kamasoutra / rails-websocket

Simple demo implementing WebSockets in Ruby on Rails

Home Page:https://kamasoutra-rails-websocket.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rails-websocket CircleCI

Simple demo implementing WebSockets in Ruby on Rails made for my students

Nothing really fancy, just a simple chat

Demo available on Heroku

Known issues

eventmachine fails to install on macOS

Try the following :

brew install openssl
bundle config build.eventmachine --with-cppflags=-I/usr/local/opt/openssl/include

Then run :

bundle install

About

Simple demo implementing WebSockets in Ruby on Rails

https://kamasoutra-rails-websocket.herokuapp.com/

License:Do What The F*ck You Want To Public License


Languages

Language:Ruby 52.2%Language:JavaScript 32.0%Language:HTML 11.8%Language:CSS 3.1%Language:CoffeeScript 1.0%