Skip to content

myanimal/node-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-webapp

This is a Node.js app to demo some possibilities. The app is based on the Express framework and makes use of socket.io, redis, jsdom and some other Node modules.

Setup

  1. Ensure Node and NPM are installed
    • sudo apt-get install nodejs npm
  2. Clone this repo (or fork it and clone your fork)
    • git clone git://github.com/myanimal/node-webapp.git
  3. Navigate to node-webapp directory and install dependencies
    • cd node-webapp
    • npm install -d
  4. Launch app
    • node app.js
  5. Test it in your borwser

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published