Skip to content
/ fw Public

simple but efficient RESTful API framework in C++. Providing HTTP/Websocket 2 methods.

License

Notifications You must be signed in to change notification settings

jimzshi/fw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fw

zks framework.

  • simfcgi: A C++ friendly fcgi frame work. It's very easy to write a RESTful service using it. Setting up a WebServer(lighttpd/apache/nginx) + simfcgi service is within-hour work to provide RESTful interface through HTTP(S). It's multi-threaded (adjustable) hence quite efficient.
  • simproto A small C++ fw to start-up a WebSocket service in no time. As simfcgi, it's simple but efficient (it has a tiny async I/O tcp server), using both ASIO and Google ProtoBuffer to boost the performance.

About

simple but efficient RESTful API framework in C++. Providing HTTP/Websocket 2 methods.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published