Skip to content

wespickett/realtime-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Real time chat app. With nodejs, socket.io, aurelia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published