<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Rocky shi</title>
    <description>The latest articles on DEV Community by Rocky shi (@rockyshi).</description>
    <link>https://dev.to/rockyshi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1818657%2Fda3e205b-d8c1-40b8-953d-dbafed65e867.png</url>
      <title>DEV Community: Rocky shi</title>
      <link>https://dev.to/rockyshi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rockyshi"/>
    <language>en</language>
    <item>
      <title>I used nodejs+react to build a full-stack development framework called nodestack, which is very simple and fast</title>
      <dc:creator>Rocky shi</dc:creator>
      <pubDate>Mon, 22 Jul 2024 09:47:20 +0000</pubDate>
      <link>https://dev.to/rockyshi/i-used-nodejsreact-to-build-a-full-stack-development-framework-called-nodestack-which-is-very-simple-and-fast-kcd</link>
      <guid>https://dev.to/rockyshi/i-used-nodejsreact-to-build-a-full-stack-development-framework-called-nodestack-which-is-very-simple-and-fast-kcd</guid>
      <description>&lt;p&gt;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.&lt;/p&gt;

&lt;p&gt;Advantage:&lt;/p&gt;

&lt;p&gt;No configuration required&lt;br&gt;
Very simple, small, safe, fast, and ready to use&lt;br&gt;
Supports automatic code updates, no need to restart the server with tools such as nodemon after each code modification.&lt;br&gt;
Compile speed is increased by 20-100 times using esbuild.&lt;br&gt;
Powerful routing function.&lt;br&gt;
Supports ES5\ES6+ at the same time&lt;/p&gt;

&lt;p&gt;This is a new project, so if you run into problems, feel free to ask!&lt;/p&gt;

&lt;p&gt;You can view the relevant documentation here &lt;a href="https://github.com/rockyshi1993/nodestack" rel="noopener noreferrer"&gt;https://github.com/rockyshi1993/nodestack&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
