Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FredKSchott/the-node-way
Design patterns and best practices for building scaleable, maintainable and beautiful Node.js applications. Now with website! -->
https://github.com/FredKSchott/the-node-way
Last synced: 3 months ago
JSON representation
Design patterns and best practices for building scaleable, maintainable and beautiful Node.js applications. Now with website! -->
- Host: GitHub
- URL: https://github.com/FredKSchott/the-node-way
- Owner: FredKSchott
- Created: 2013-12-19T04:44:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-19T21:17:10.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T10:40:53.017Z (3 months ago)
- Language: JavaScript
- Homepage: http://thenodeway.io/
- Size: 827 KB
- Stars: 1,491
- Watchers: 84
- Forks: 155
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-nodejs - The Node Way - An entire philosophy of Node.js best practices and guiding principles exists for writing maintainable modules, scalable applications, and code that is actually pleasant to read. (Resources / Tutorials)
- awesome-nodejs-cn - The Node Way - **star:1494** 对于编写可维护的模块、可伸缩的应用程序和实际上易于阅读的代码,有一整套Node.js最佳实践和指导原则 (资源 / 教程)
README
![icon](logo.png) the-node-way
==============================================Design patterns and best practices for building scaleable, maintainable and beautiful Node.js applications.
### Introduction
[What is The Node Way?](http://thenodeway.io/introduction/)
### Master The Fundamentals
[Understanding Error-First Callbacks](http://fredkschott.com/post/2014/03/understanding-error-first-callbacks-in-node-js/)
[Testing Essentials](http://fredkschott.com/post/2014/05/nodejs-testing-essentials/)
### Start Building
[Designing Singletons](http://fredkschott.com/post/2013/12/node-js-cookbook---designing-singletons/)
[Designing Custom Types](http://fredkschott.com/post/2014/01/node-js-cookbook---constructors-and-custom-types/)
[Designing Factories](http://fredkschott.com/post/2015/01/the-node-way-designing-factories/)
### Get Fancy
[How `require()` Actually Works](http://fredkschott.com/post/2014/06/require-and-the-module-system/)
[Dangerous Module Design Patterns](http://fredkschott.com/post/2014/09/nodejs-dangerous-module-design-patterns/)---
*Visit __[thenodeway.io](http://thenodeway.io)__ and learn the way.*
*All code examples and website updates will be added to this repo. Watch for new posts, articles, and more.**2016 Copyright [Fred K. Schott](https://twitter.com/FredKSchott). All rights reserved.*