/chatx

A simple web chat application

Primary LanguageJavaScriptOtherNOASSERTION

ChatX

Build Status

A simple web chat application with Express.js and socket.io.

Prerequisites

You need Node.js and npm installed on your machine to run this project.

Installation

npm install

Usage

To launch the web application:

npm start

The web application should now be available at the following url:

http://localhost:3000

Tests

To run the test suite:

npm test

Docker

Alternatively you can get a preconfigured environment to run the above commands if you have Docker installed on your machine.

To get this environment:

docker run -ti -p 3000:3000 -v $PWD:/app node /bin/bash

Then to get into the application directoy, run:

cd /app

Author

Adrien Folie

Licensing

chatX is licensed under the MIT License. See LICENSE for full license text.