Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit b131ac9

Browse files
committed
Add Strapi to the 'Introduction to Node.js' - Non-comprehensive list of the Node.js Frameworks and Tools
1 parent 9e83aa4 commit b131ac9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/documentation/0001-node-introduction

src/documentation/0001-node-introduction/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ Node.js is a low-level platform. In order to make things easy and exciting for d
9696
Many of those established over time as popular options. Here is a non-comprehensive list of the ones worth learning:
9797

9898
* [**AdonisJs**](https://adonisjs.com/): A full-stack framework highly focused on developer ergonomics, stability, and confidence. Adonis is one of the fastest Node.js web frameworks.
99+
* [**Strapi**](https://strapi.io/): Strapi is a flexible, open-source Headless CMS that gives developers the freedom to choose their favorite tools and frameworks while also allowing editors to easily manage and distribute their content. By making the admin panel and API extensible through a plugin system, Strapi enables the world's largest companies to accelerate content delivery while building beautiful digital experiences.
99100
* [**Express**](https://expressjs.com/): It provides one of the most simple yet powerful ways to create a web server. Its minimalist approach, unopinionated, focused on the core features of a server, is key to its success.
100101
* [**Fastify**](https://fastify.io/): A web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture. Fastify is one of the fastest Node.js web frameworks.
101102
* [**hapi**](https://hapijs.com): A rich framework for building applications and services that enables developers to focus on writing reusable application logic instead of spending time building infrastructure.

0 commit comments

Comments
 (0)