From f84a56bfbcab8c4d241533a25562b77752de6241 Mon Sep 17 00:00:00 2001 From: Denis Demchenko Date: Sun, 25 Oct 2015 18:35:25 +0300 Subject: [PATCH] Add The Node Way as a tutorial --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index fcf1367..92b1ad1 100644 --- a/readme.md +++ b/readme.md @@ -663,6 +663,7 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. - [stream-handbook](https://github.com/substack/stream-handbook) - How to write Node.js programs with streams. - [browserify-handbook](https://github.com/substack/browserify-handbook) - The definitive guide for browserify. - [module-best-practices](https://github.com/mattdesl/module-best-practices) - Some good practices when writing new npm modules. +- [The Node Way](http://thenodeway.io) — 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. ### Discovery