DEV Community

Discussion on: Who's looking for open source contributors? (November 12th edition)

Collapse
 
lganzzzo profile image
Leonid Stryzhevskyi

Oat++ is zero-Dependency, performance oriented web-service-development framework. Written in C++.

Framework repo:
github.com/oatpp/oatpp

Examples repo:
github.com/oatpp/oatpp-examples

Integrations:
github.com/oatpp/oatpp-swagger - Swagger-UI
github.com/oatpp/oatpp-libressl - TLS submodule based on libressl
github.com/oatpp/oatpp-consul - Integration with Consul by HashiCorp
github.com/oatpp/oatpp-curl - Request executor for oatpp ApiClient based on libcurl

Website:
oatpp.io/ - served by oat++ :)

Collapse
 
mandaputtra profile image
Manda Putra

I just wonder how can you import C++ and run it on the web. This is insane!

Collapse
 
lganzzzo profile image
Leonid Stryzhevskyi

There is no black magic here:) I just run oatpp server that serves static files and does some server-side rendering.