Azhar Khan
Azhar Khan

Reputation: 125

Documentation for express.js

Like Java there is http://www.docjar.com/ to view source code of all classes in java ,is there any resource to view source code of express module.

Upvotes: 1

Views: 59

Answers (2)

user4561730
user4561730

Reputation:

If you want to see the SOURCE code, not the API documentation, Github is usually your friend these days:

https://github.com/expressjs/express

It's not as friendly as DocJar though.

Upvotes: 2

equatorlounge
equatorlounge

Reputation: 29

http://expressjs.com/en/api.html ?

i'm asking, now if that's the answer, hurray ?

Upvotes: 0

Related Questions