0.1.3 • Published 8 years ago

jovianchat v0.1.3

Weekly downloads
-
License
GPL3
Repository
bitbucket
Last release
8 years ago

JovianChat RPC Chat Server

A small chat server that's running on a web socket with a built in RPC message processor for node. This chat server is fully JSON RPC 2.0 compliant and uses socket.io as the socket server class.

NPM Version DWX Awesome

$ nohup node jovianchat &

Installation

$ npm install --save jovianchat

Features

  • JSON RPC 2.0 Implementation
  • Runs on top of socket.io
  • Easily extensible

Documentation

In progress

JovianChat Clients

Coming Soon...

Release History

  • 0.1.0 Initial release
  • 0.1.1 Added thread-safe option
  • 0.1.2 Minor bug fixes, command line options
  • 0.1.3 Name change from ArrowChat to JovianChat