Answer the question
In order to leave comments, you need to log in
Which open source node.js project to choose as a reference for architecture and style?
Good for all!
Studied JS, DOM, but no experience on real projects, only disparate tasks, i.e. I have not seen a normal project in my eyes. I am learning Node.js. There is a desire to make a project as a training and immersion in programming in JS, which will simultaneously solve some useful tasks. Well, I want to use Node.js, despite the fact that there is no need for it (regarding its advantages and specifics).
Please tell me where to look for open source projects on Node.js, cat. are website engines with authorization, a database, the use of modern frameworks for both frontend and backend. I would like to see the best practices for building architecture and code style (including how to properly document). An example of what I'm looking for is Ilya Kantor's online textbook, cat. he posted on github - https://github.com/iliyakan/javascript-nodejs
Answer the question
In order to leave comments, you need to log in
Before that, make labs on nodeschool.io and mine on https://github.com/HowProgrammingWorks
Then study the source code of the node to understand the style: https://github.com/nodejs/node/tree/master/lib and already then the project.
I personally consider the sources of node.js itself and v8 to be reference both in terms of js and in terms of c ++
From pure js - you can study the sources of lodash
The sails.js framework looks good in terms of architecture
If we are talking about a modular architecture, I suggest taking a look:
https://github.com/Dugnist/jsberry
I will be glad for forks or contributors...)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question