stdweb

0.4.8 • Public • Published

stdweb

Standard express-based Node.js web server

Installation

$ npm install stdweb --save

Usage

stdweb = require("stdweb")
 
app = stdweb("myapp")
 
app.get "/"(req, res) ->
  res.send "ok"
 
app.start process.env.PORT(port) ->
  console.log "started on #{port}"

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i stdweb

Weekly Downloads

27

Version

0.4.8

License

none

Last publish

Collaborators

  • ddollar