Skip to content

Commit eff8ceb

Browse files
authored
Update README.md
1 parent d9f3548 commit eff8ceb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,3 @@ Our project is structured based on the Domain-Driven Design (DDD) approach, and
130130
- **Controllers**: Contains the API controllers that handle incoming requests and responses.
131131
- **Services**: Contains the business logic and service classes that interact with the database.
132132
- **Models**: Contains the data models and DTOs (Data Transfer Objects) used in the application.
133-
134-
## We do not use:
135-
- **WebSocket** - Socket connections are not used in this project, so it DOESN'T provide a persistent connection to the client (real time chats,etc)
136-
- **Message-Oriented Middleware (MOM)** - We don’t use MOM in this project (monolithic system), so no asynchronous magic here — big load, big boom 💥!

0 commit comments

Comments
 (0)