This project was presented to the first meeting of the group GAPE.
First of all, you need to have installed Node.js on your machine, as well as its NPM (package manager), you must also have the git installed to get this code.
To check the dependencies, use the commands $ node -v
, $ npm -v
and $ git --version
on terminal.
Note: NPM is already included in the Node installation. Optionally to git, you can get this code here.
- First clone this repository:
$ git clone git://github.com/viniciusclerod/gape-webchat.git
- Go to the project directory:
$ cd gape-webchat
- Solve the dependency of the modules (express and socket.io) with:
$ npm install
- Inside the project root folder, run:
$ node server.js
- In your browser, open http://localhost:3000.
Please see the license agreement.