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 serverjschat-web- runs a web appjschat-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.