Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander authored and Alexander committed Dec 13, 2022
1 parent 26170e1 commit b141242
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Configuration system
Request processing, routing (similar to Express.js)
Ability to add middlewares
Handling different types of requests
Working with databases (implement reading / writing to the Mongo database)
Return of results (types: json, blob, stream)
Sending static files // res.sendFile
Error processing
Logging

Configuration system
Request processing, routing (similar to Express.js)
Ability to add middlewares
Handling different types of requests
Working with databases (implement reading / writing to the Mongo database)
Return of results (types: json, blob, stream)
Sending static files // res.sendFile
Error processing
Logging
Instructions
------------

Expand Down

0 comments on commit b141242

Please sign in to comment.