Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 584 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 584 Bytes

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.