Home

Awesome

Open Chat

Note: These instructions are for *nix systems.

Requirements

Installation

First clone the repository, then cd to the cloned directory. Then install the required packages -

$ npm install

Once packages are installed,

$ cd site
$ node server.js

Now open you browser and head for http://localhost:8080/, and ask anyone on the LAN to visit http://<your_lan_IP>:8080/.

Now you should be able to chat with video with the other person.

To stop the server, just go back to terminal and press Ctrl + c.