JsChat – Open source Chat system based on JSON protocol

By ravindra | May 18, 2010

JsChat is an simple Open source real-time chat system based on JSON protocol and It’s built with Ruby and Sinatra (Sinatra is a tiny Ruby web framework). it included a server, a console and web clients.

jschat - Chat system based on JSON protocol

JsChat is similar to IRC, but it’s a fundamentally simpler system and provide very useful features like:

  1. IRC-like commands: /names, /name new_name (/nick works too), /clear, /lastlog
  2. It’s pretty tiny; it’s built with Sinatra and Prototype
  3. Auto-linking: pasting an image/video displays it inline, YouTube and vimeo videos will appear as well
  4. Last messages are displayed on join: the last 100 messages are displayed, so you don’t feel lost when you join a room
  5. Tab completion!
  6. Protocol designed to be close to executable code, so creating clients and bots is easy
  7. Easy to open multiple tabs in your browser and sit in multiple rooms
  8. It polls using simple Ajax calls which means it’ll run in lots of browsers.

JsChat now has Twitter authentication, logging with mongodb, and the web interface has tabs for switching between rooms.  Twitter auth and mongodb give JsChat persistence. People can sign in with Twitter, join a set of rooms, then sign in from another computer without appearing to log off JsChat.  The user stays online until they’ve been idle for 7 days or they click Quit.

Download : http://github.com/alexyoung/jschat
Demo : http://jschat.org/

Related posts:

  1. AJAX Chat – fully customizable open source web chat server
  2. Kopete – multi-protocol Chat server
  3. Voodoo chat – PHP based stream chat engine
  4. Mia-Chat – web based Ajax chat application
  5. phpFreeChat – multilingual php based chat server
  6. cFTP – clients oriented file transfer protocol (FTP)

Popular stories from Web

1 Comment so far
  1. Pablo Lara May 18, 2010 1:00 pm

    JsChat – Open source Chat system based on JSON protocol http://bit.ly/amgX1N via RT @ravindra1982

Leave a Comment

If you would like to make a comment, please fill out the form below.

Name (required)

Email (required)

Website

Comments

© 2007 Dreamcss