Skip to content

jmax/imhere

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Blast 2012 / Un vistazo al futuro: Node.js

I’m here! Demo App

This application implements a very simple page for checking in and leaving a message.

With every check in, this application updates in real-time a dashboard page.

Dependencies

This application was built with Express framework (v. 2.5.8) running on Node.js (v.0.6.18).
It requires Redis to be installed.

Installation and instant gratification

Clone this repo, run:


  npm install

then you start the server with:


  ./bin/devserver

And… yes! You’re all set to go.

Testing

In order to run the test suite for this application, you’ll need to execute:


  ./bin/test

Gotchas

Scripts stored under bin directory must have execution privileges granted.

Author

Juan Maria Martinez Arce
INSIGNIA

About

Demo App for Code Blast 2012

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published