Skip to content

Commit 034bb54

Browse files
committed
fixing format
1 parent 6f63218 commit 034bb54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Restana is a lightweight and fast Node.js framework for building RESTful APIs. I
1515
### Express.js comparison (in the eyes of ChatGPT/OpenAI)
1616
Restana and Express are both popular web frameworks for building REST APIs in Node.js.
1717

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

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

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

0 commit comments

Comments
 (0)