This chat example is a modified version of the official Socket.iochat. It shows how to use new OrientJS APIs in an Express.js application + Socket.io
Run it locally
- Download OrientDB v3.0.x
- Start it locally
- Create a database
chat - Open Studio (http://localhost:2424)
- Create a class
Room(create class Room)
Clone this project from Github
Install dependencies
$ npm install
Run the application
$ npm start
Go to
http://localhost:3000/