About
JsChat is an open source chat system that uses a simple protocol based on JSON.
To download the code and an irssi-like console client, visit GitHub.
Read more on the JsChat Blog.
Try JsChat Now
<%= erb :form, :layout => false %> <% if JsChat::Auth::Twitter.loaded? %> <%= erb JsChat::Auth::Twitter.template, :layout => false %> <% end %>Features
- Simple protocol that makes it easy to implement clients and bots
- Console client designed to look and feel like IRC clients
- Web client auto links and displays images/YouTube videos inline
- Protocol designed to be close to executable code, so creating clients and bots is easy
- Optional mongodb logging
- Optional Twitter authentication