Skip to content

Example of chat app using Node.js and Express created during my Node.js talk to TID developers

Notifications You must be signed in to change notification settings

rafeca/emc2-node-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation instructions

  • First, install Node.js (you can find installation instructions in its official page)
  • Then install npm package manager (also refer to its official page)
  • Clone this repository on you own computer:
$ git clone git@github.com:rafeca/emc2-node-talk.git
  • Then install all the dependencies:
$ cd emc2-node-talk/
$ npm install
  • And just run the app!!
$ node app.js

About

Example of chat app using Node.js and Express created during my Node.js talk to TID developers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published