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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.4.8
    4
    • latest

Version History

Package Sidebar

Install

npm i stdweb

Weekly Downloads

25

Version

0.4.8

License

none

Last publish

Collaborators

  • ddollar