Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/catalint/nodejs
Guide on creating node.js apis
https://github.com/catalint/nodejs
Last synced: about 1 month ago
JSON representation
Guide on creating node.js apis
- Host: GitHub
- URL: https://github.com/catalint/nodejs
- Owner: catalint
- Created: 2015-12-30T10:22:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-30T15:03:10.000Z (about 9 years ago)
- Last Synced: 2024-10-18T16:27:45.881Z (3 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nodejs
Guide on creating node.js apisRead about
==========Code Style
----------
* https://github.com/airbnb/javascript
* http://www.themarketingtechnologist.co/how-to-get-airbnbs-javascript-code-style-working-in-webstorm/
* https://www.npmjs.com/package/eslint
* https://babeljs.io/docs/usage/require/Framework
---------
* http://hapijs.com/
* https://www.npmjs.com/package/hapi-swaggerAuthentification & permissions
----------------
* https://github.com/hapijs/bell (google,fb,twitter,yahoo,microsoft & many others)
* https://blog.andyet.com/2015/06/16/harnessing-hapi-scopes/Getting ready for production
----------------------------
* https://docs.npmjs.com/cli/shrinkwrapOther remarks
-------------
* Never use `global.`
* Never set/modify `process.env`Other ideas to look into
--------------------
* https://github.com/gergoerdosi/nesive-hapi-json-view