Skip to content

Chat server written in Ruby on Rails & CoffeeScript. It's still pretty rough around the edges, but it's more to document my learning. Feel free to fork it or chat about better ways to do things.

License

Notifications You must be signed in to change notification settings

SabretWoW/rails-websockets-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rails-websocket-chat

Ruby on Rails websockets chat

Chat server written in Ruby on Rails & CoffeeScript with the help of Dan Knox' Ruby gem called websocket-rails. It's still pretty rough around the edges, but it's more to document my learning. Feel free to fork it or chat about better ways to do things.

I hope it'll be a helpful resource for those looking to get into websockets, CoffeeScript, and Ruby/Ruby on Rails. My goal is to use as much pure Ruby as possible. Clean & simple.

Upcoming Features:

  • Add a Redis & MongoDB database for saving & querying chats.
  • Ability to change your screen name.
  • DRYing the ChatController with observers or `before_filters'.
  • RSpec tests for the Ruby, Jasmine specs for the JavaScript.
  • Requests?

About

Chat server written in Ruby on Rails & CoffeeScript. It's still pretty rough around the edges, but it's more to document my learning. Feel free to fork it or chat about better ways to do things.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published