Skip to content

nodejsfunc/server-web-app.js

 
 

Repository files navigation

Server Web App

Installing server web app

$ npm install

Running the application

node app.js -env development

Package json:

{
  "name": "BlinkNode",
  "version": "0.0.0-0",
  "dependencies": {
    "express": "3.x",
    "jade": "*"
  },
  "devDependencies": {
      "grunt": "~0.4.1",
      "grunt-contrib-copy": "~0.4.0",
      "grunt-contrib-jshint": "~0.3.0",
      "grunt-contrib-clean": "~0.4.0",
      "grunt-replace": "~0.4.4",
      "matchdep": "~0.1.1"
  },
  "engines": {
    "node": ">=0.8.0"
  }

About

A relatively simple Node.js proxy for storing user tokens in Redis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.5%
  • Shell 3.5%