Open Source Chat System With Ruby And JSON: JsChat
16
May
// php the_time('Y') ?>
JsChat is an open source chat script that is built with Ruby (Sinatra), uses a simple protocol based on JSON and comes as a server/client application.
It is similar to IRC but simpler and has very useful features like:
- IRC-like commands: /names, /name new_name (/nick works too), /clear, /lastlog
- auto-linking: pasting an image displays it inline, Youtube and Vimeo videos will appear as well
- last messages are displayed when logged in
Users can "login to" or create multiple chatrooms (and they will be saved when logged out).
And, optionally, users can authenticate with their Twitter profiles.
Requirements: Ruby (and eventmachine, ncurses, json libraries)
Website: http://jschat.org/
Download: http://github.com/alexyoung/jschat
Website: http://jschat.org/
Download: http://github.com/alexyoung/jschat
- Tags:
JSON Ruby
- Filed under: Chat, Goodies, MIT License
- 2 Comments
















2 Responses for "Open Source Chat System With Ruby And JSON: JsChat"
nice chat system.
Thanks for posting
cool…. i want to create a private chatting room that can access by user that assigned or by user type… any idea ?
thanks