A Fast and Easy to use microframework for the web.
Go to file
2014-04-20 17:45:59 +09:00
http-parser@d19e12911a accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00
.gitignore fix routing bugs, some optimization on trie 2014-04-16 02:57:18 +09:00
.gitmodules accept connections, print http request parsed information 2014-04-01 01:51:50 +09:00
common.h resolve linking problem 2014-04-17 18:19:06 +09:00
datetime.h added HTTP Date header 2014-04-19 07:27:05 +09:00
example.cpp response can return json object 2014-04-17 10:06:41 -04:00
example.py removing black magic; merging router with app 2014-04-10 08:17:08 +09:00
flask.h add concurrency; add server header 2014-04-17 02:50:28 -04:00
http_connection.h added HTTP Date header 2014-04-19 07:27:05 +09:00
http_request.h parameter passing done for int 2014-04-15 00:31:51 +09:00
http_response.h add json reading feature; optimization 2014-04-19 07:12:56 +09:00
http_server.h add concurrency; add server header 2014-04-17 02:50:28 -04:00
json.h update json interface 2014-04-20 17:45:59 +09:00
LICENSE Update LICENSE 2014-04-20 03:55:41 +09:00
Makefile add json reading feature; optimization 2014-04-19 07:12:56 +09:00
parser.h Trie based routing 2014-04-11 01:43:33 +09:00
README.md add json reading feature; optimization 2014-04-19 07:12:56 +09:00
routing.h fix routing bugs, some optimization on trie 2014-04-16 02:57:18 +09:00
test.py parameter passing done for int 2014-04-15 00:31:51 +09:00
unittest.cpp update json interface 2014-04-20 17:45:59 +09:00
utility.h update makefile, add more test 2014-04-15 05:35:04 +09:00

Flask++

Simple C++ HTTP Server (inspired by Python Flask)

Other JSON library

https://github.com/d-led/picojson_serializer