Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 474 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 474 Bytes

OpenERP WebChat

Chat system for OpenERP with functionalities similar to the Facebook chat. This is a prototype currently in development at OpenERP.

Installation

The prototype use Node.js as the websocket server. You have to install Node.js, NPM (Node Package Manager) and Coffeescript.

Install the required node packages:

npm install

Start the server:

coffee server.coffee

You can access the chat at http://localhost:3000