What is nodestack?
nodestack It is a full-stack framework for JavaScript developers. It is designed to be very simple, allowing you to create high-performance, high-quality programs with minimal code, all for the purpose of improving development efficiency.node、hapi、react、mongodbetc. to build, use esbuild As a compilation tool.
Advantage:
- No configuration required
- Very simple, small, safe, fast, and ready to use
- Supports automatic code updates, no need to restart the server with tools such as nodemon after each code modification.
- Compile speed is increased by 20-100 times using esbuild.
- Powerful routing function.
- Supports ES5\ES6+ at the same time
Not supported:
- TypeScript is not supported. You can use Joi for type validation in Javascript.
- HRM hot update is not supported. Nodestack uses liveReload for page reload.
This is a new project, so if you run into problems, feel free to ask!