meltwater / served

A C++11 RESTful web server library
MIT License
710 stars 174 forks source link

Would you or anybody else be interested in helping out with Restbed? #12

Closed ben-crowhurst closed 8 years ago

ben-crowhurst commented 8 years ago

Tagline: The Restbed framework brings asynchronous RESTful functionality to C++11 applications.

It's a little bit further down the development road than Served and quite feature rich. Our aim is to bring HTTP 2 functionality with the ability to introduce additional HTTP protocols via dependency injection. e.g

Service service;
service.add_protocol( "HTTP/2", instance );
service.add_protocol( "SPDY", instance );
KrishnaPG commented 8 years ago

Its license AGPL is not so welcoming.