Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infiniteverma/cappuccin
A HTTP Server library written in C++ taking express.js as inspiration.
https://github.com/infiniteverma/cappuccin
Last synced: about 1 month ago
JSON representation
A HTTP Server library written in C++ taking express.js as inspiration.
- Host: GitHub
- URL: https://github.com/infiniteverma/cappuccin
- Owner: InfiniteVerma
- Created: 2023-07-16T17:25:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-15T14:16:03.000Z (4 months ago)
- Last Synced: 2024-10-15T06:47:03.007Z (2 months ago)
- Language: C++
- Homepage:
- Size: 227 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Cappuccin
A HTTP Server library written in C++ taking express.js as inspiration.
Logs using `liblogger.so` built from [components](https://github.com/InfiniteVerma/components)
### Why name it 'Cappuccin'?
Express seemed like espresso - o. So I made this project's name Cappuccin (which is cappuccino - o) :)
### Notes on design
![](assets/v1.png)
### References
- https://datatracker.ietf.org/doc/html/rfc7231
- https://www.sohamkamani.com/nodejs/expressjs-architecture/