0.0.9 • Published 11 years ago

obedient v0.0.9

Weekly downloads
34
License
-
Repository
-
Last release
11 years ago

###Obedient - Minimal http framework with nothing.
Install: npm install obedient


###app.get():

app.get(route, callback)

Connect style routing for GET http methods. Missing routes will throw a 404.
###app.post():

app.post(route, callback)

Connect style routing for POST http methods. Missing routes will throw a 404.
###app.put():

app.put(route, callback)

Connect style routing for PUT http methods. Missing routes will throw a 404.
###app.del():

app.del(route, callback)

Connect style routing for DELETE http methods. Missing routes will throw a 404.
###app.listen():

app.listen(port)

Port for server to listen on. ###app.use():

app.use(middleware)

Connect style middleware.
###Deps: Router documentation: https://github.com/aaronblohowiak/routes.js


###Examples: View the examples


###Tests

npm test

Build Status

0.0.9

11 years ago

0.0.8

12 years ago

0.0.7

12 years ago

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago