0.0.2 • Published 10 years ago

json_chat v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

JSON-Chat

This is a simple Node.js chat server that provides a JSON API along with a web frontend using Bootstrap.

Installation

npm install json_chat

Usage

node json_chat.js

After that just load your browser to http://localhost:8080/ or whichever server you run it on. The inline help should be pretty self-explanatory.

Next steps

  • Add AJAX to the web client.
  • Add file or cloud base saving for users and messages.