Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 801 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 801 Bytes

Real time chat app

Real time chat using nodejs and socket.io and aurelia.io. Chat rooms open at the bottom of the page, and the user can navigate while chat remains active.

Running the app

To run the app, follow these steps.

  1. Ensure that NodeJS is installed. This provides the platform on which the build tooling runs.
  2. Make sure you have jspm and gulp installed:
npm install -g jspm
npm install -g gulp

And you will likely want to run:

jspm registry config github
  1. From the client folder execute the following commands:
npm install
jspm install -y
gulp build
  1. From the server folder, execute the following command:
npm install
node index.js
  1. Navigate to http://localhost:8888 in the browser