Skip to content

ruby-websites-all/actionchat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActionChat

A demo, online chat app created with Ruby on Rails

Hosted on heroku.

  • User authentication managed by Devise.
  • Postgres used in production to store room, user and message data.
  • HTML, Sass, JQuery, PostgreSQL

Features:

  • Create a new account.
  • Create a new room.
  • Chat in real time with anyone else in that room.

To Do List:

  • Implement a real-time user-list which updates as users join/leave the current room.
  • Display an inline message as users arrive/leave the current room.
  • Add user-to-user private messages.

About

A chatroom written in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 68.4%
  • HTML 23.6%
  • CSS 4.1%
  • JavaScript 3.1%
  • CoffeeScript 0.8%