gStore/Server
bookug a1ed886364 refactor(small): change default port of ghttp from 8080 to 9000
change default port; add infos of structure to kvstore;

by zengli
2017-06-19 14:10:11 +08:00
..
web feat: add http support; 2017-05-16 21:27:20 +08:00
Client.cpp fix bugs in api and gclient; 2017-02-17 17:09:47 +08:00
Client.h add postProcessing and stringIndex for getFinalResult;add insertion/deletion;fix bugs 2016-09-25 22:14:36 +08:00
LICENSE feat: add http support; 2017-05-16 21:27:20 +08:00
Operation.cpp add postProcessing and stringIndex for getFinalResult;add insertion/deletion;fix bugs 2016-09-25 22:14:36 +08:00
Operation.h feat: add recovery function 2017-04-11 15:26:35 +08:00
README.md feat: add http support; 2017-05-16 21:27:20 +08:00
Server.cpp feat: add recovery function 2017-04-11 15:26:35 +08:00
Server.h feat: add recovery function 2017-04-11 15:26:35 +08:00
Socket.cpp add postProcessing and stringIndex for getFinalResult;add insertion/deletion;fix bugs 2016-09-25 22:14:36 +08:00
Socket.h add postProcessing and stringIndex for getFinalResult;add insertion/deletion;fix bugs 2016-09-25 22:14:36 +08:00
client_http.hpp refactor(small): change default port of ghttp from 8080 to 9000 2017-06-19 14:10:11 +08:00
server_http.hpp feat: add monitor for Http server 2017-06-15 21:22:03 +08:00

README.md

A Http interface for gStore

Based on Simple-Web-Server (https://travis-ci.org/eidheim/Simple-Web-Server)

To see the whole project about gStore, click at https://github.com/Caesar11/gStore