DEV Community

Cover image for I used nodejs+react to build a full-stack development framework called nodestack, which is very simple and fast
Rocky shi
Rocky shi

Posted on

I used nodejs+react to build a full-stack development framework called nodestack, which is very simple and fast

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

This is a new project, so if you run into problems, feel free to ask!

You can view the relevant documentation here https://github.com/rockyshi1993/nodestack

Top comments (0)