Ask HN: Example of good Node.js project?
Node isn't the most familiar language to me. Is there an example of a project that could be considered to embody good practice with modern syntax? Good practices mean things like (but not limited to):
- Proper error handling
- Proper logging
- Good modularization
- Good documentation practice
- etc
I've been programming for the better part of two decades so I sort of know what I'm looking for. The node landscape is full of advice, I'm just looking for something that could be considered a 'model' project to use as a guide/example for starting a new project. One of the things I am most interested in is error handling and logging for long running processes.
3 comments
[ 3.9 ms ] story [ 15.3 ms ] threadZeit: https://github.com/zeit
Facebook: https://github.com/graphql/graphql-js, https://github.com/graphql/dataloader
Misc: https://github.com/apollographql/apollo-server, https://github.com/tngan/samlify, https://github.com/sindresorhus
[0]: https://frontendmasters.com/
[1]: Fullstack GraphQL course: https://github.com/FrontendMasters/fullstack-graphql
[2]: API Design Node.js and Mongo: https://github.com/FrontendMasters/api-design-node-v3
[3]: https://github.com/FrontendMasters