Skip to content

bdjs/bd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bd

An koa-based Node.js web framework

NPM version build status NPM downloads Node.js dependencies

Installation

$ npm install bd --save 

Example

directory structure

apps |-app1 |-public |-index.html |-routes |-route1.js |-route2.js |-app2 |-public |-index.html |-routes |-route1.js |-route2.js logs |-app1 |-access-xx.log |-error-xxx.log |-app2 |-access-xx.log |-error-xxx.log index.js 
var bd = require('bd'); var app = bd(); app.listen(3030);

Authors

License

MIT

About

An koa-based Node.js web framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published