rain1024 / gVim-Pathogen

My Coding Life
http://rain1024.github.io/gVim-Pathogen
2 stars 0 forks source link

NodeJS #8

Closed rain1024 closed 9 years ago

rain1024 commented 10 years ago

Make it work

Do it right

image
Documentation
image
Testing
image
Package Management
image
Scaffolding
? mocha NPM ?

Package Management

NPM

Testing

Mocha

> # run test
> mocha
> # run test with timeout 10 seconds per test case
> mocha -t 10000

ExpressJS

routes > controlers > models

Similar

Python