# wsChat A simple IRC-like chat made using nodejs and webSockets ## Running the server To install dependencies: ```bash npm install ``` To run: ```bash node index.js ``` ## TODO - ~~Make commands be in an object instead of a switch statement~~ - ~~/help command~~ - ~~/about command~~ - ~~Config (JSON)~~ - ~~MOTD~~ - ~~Custom commands (plugins)~~ - ~~Auth (optional)~~ - Command class? - INI config file and channel-specific config ## IN PROGRESS - JSON support (for clients and stuff) (eg getting user data as json) - JSON events (for clients and stuff)