memgraph/speedy
2015-10-16 13:19:26 +02:00
..
http added a simple middleware implementation 2015-10-13 23:01:20 +02:00
r3@031a37514e updated r3 2015-10-08 10:46:45 +02:00
.gitignore added *.swp and *.swo to the root git ignore 2015-09-27 18:28:36 +02:00
Makefile merged speedy makefile 2015-10-04 09:50:31 +02:00
middleware.hpp added a simple middleware implementation 2015-10-13 23:01:20 +02:00
r3_include.h added r3 as a submodule 2015-09-25 22:50:57 +02:00
r3.hpp connected the first working version of memgraph 2015-10-11 20:59:27 +02:00
README.md speedy dependency and build modifications 2015-09-26 01:01:25 +02:00
request.hpp added a simple middleware implementation 2015-10-13 23:01:20 +02:00
response.hpp refactored speedy and http server 2015-10-09 01:24:12 +02:00
speedy.hpp const other in copy constructor of speedy 2015-10-16 13:19:26 +02:00
test.cpp fixed speedy 2015-10-07 02:24:21 +02:00
test.py speedy: first let say usefull implementation, GET, POST, PUT, DELETE methods are implemented 2015-09-24 01:00:02 +02:00

Dependencies

sh autogen.sh
./configure
make
make check
make install
make
make install -stdlib=libstdc++ -lstdc++ (OSX)
make install
./autogen.sh
./configure
make
./configure
make
sudo make install

NOTE

r3_include.h is custom r3 header file because of compilation problem related to redefinition of bool