JsChat Blog

JsChat is chat system based on JSON.

Code: github

Web Site: jschat.org

Gem Released

I’ve bundled JsChat into a gem so you can install it with:

gem install jschat

This makes it possible to run JsChat from the command line:

  • jschat-server - runs the server
  • jschat-web - runs a web app
  • jschat-client - runs the console client

I’ve also added config files.  They’re in JSON format, and you need to double quote the keys.  The default locations are (client) ~/.jschat/config.json and (server) /etc/jschat/config.json.