Skip to content

Commit

Permalink
fixing format
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed May 13, 2023
1 parent 6f63218 commit 034bb54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ Restana is a lightweight and fast Node.js framework for building RESTful APIs. I
### Express.js comparison (in the eyes of ChatGPT/OpenAI)
Restana and Express are both popular web frameworks for building REST APIs in Node.js.

#### Performance:
#### Performance
- Restana is a lightweight framework, offering faster performance than Express.
- Express is more feature-rich and can handle complex applications, but this added functionality comes with a slight performance trade-off.

#### Speed of Development
- Express has a larger community and more resources available, making it easier to find answers to development questions.
- Restana is more straightforward and has a smaller learning curve, allowing for faster development of simple APIs.

#### Features:
#### Features
- Express has a wide range of built-in features, such as routing, middleware, and template engines.
- Restana focuses on simplicity and speed, offering basic features such as routing and middleware.

Expand Down

0 comments on commit 034bb54

Please sign in to comment.