Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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/