HowProgrammingWorks / NodejsStarterKit

Starter Kit for Node.js 16 or later, minimum dependencies 🚀
http://metarhia.com
MIT License
463 stars 102 forks source link

Layered architecture #82

Closed tshemsedinov closed 4 years ago

tshemsedinov commented 4 years ago
Layer Description Directory
core loader, multi-threading, sandboxing, general purpose tools ./lib
domain layer for domain model and processes ./domain
api external network interface ./api
client browser api to wrap websocket and hide rpc calls ./static