Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ echo Public

Echo is a C++ library enabling developers to write client and server side RESTful applications.

Notifications You must be signed in to change notification settings

wangeguo/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

关于Echo
 Echo 是一个为开发者提供编写符合REST风格的客户端或服务端程序的C++语言
 程序库,改写自Java语言编写的Restlet(http://www.restlet.org)框架。
 Echo使用FastCGI技术替换Restlet中使用的的Java相关的技术。

开发进展
 目前的工作任然是导换restlet的java版本到C++版本。

TODO
 * 版权声明
 * 使用doxygen更新文档
 * 编写测试用例
 * 编写示例程序

INSTALL
 git clone git://github.com/wangeguo/echo.git echo
 cd echo/
 mkdir build
 cd build/
 cmake ../ && make && make install

About

Echo is a C++ library enabling developers to write client and server side RESTful applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published