smarx / smarxchat

Code powering smarx's chat room (http://chat.smarx.com)

Home Page:http://chat.smarx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code Powering chat.smarx.com

This is the code powering my chat room (chat.smarx.com). This code has been tested with node.js v0.5.7, including the native Windows executable and the iisnode IIS module.

To use it yourself, you'll need to provide a src/secrets.coffee file. Take a look at src/secrets.coffee.example.

Dependencies are specified in npm style via package.json. To install, use npm install or ryppi deps.

The application is written in coffeescript. To compile, run build.cmd.

Specify the port via the PORT environment variable (as with iisnode) or via the command line, like: node app.js -p 8000.

About

Code powering smarx's chat room (http://chat.smarx.com)

http://chat.smarx.com


Languages

Language:CoffeeScript 67.6%Language:JavaScript 31.4%Language:Shell 1.1%