[Cppcms-users] JSON-RPC examples in trunk:
Brought to you by:
artyom-beilis
From: Artyom B. <art...@ya...> - 2011-12-11 09:11:18
|
Hello, I've implemented a simple JsonRPC based chat, it can be found in trunk: http://cppcms.svn.sourceforge.net/viewvc/cppcms/framework/trunk/examples/json_rpc_chat/ It provides an example of using asynchronous JsonRPC services with long-polling, timeouts and other error handling. Also you can find synchronous JsonRPC examples under http://cppcms.svn.sourceforge.net/viewvc/cppcms/framework/trunk/examples/json_rpc/ They both use simple JsonRPC client implementation in JavaScript that can be found in contrib/client_side/jsonrpc: http://cppcms.svn.sourceforge.net/viewvc/cppcms/framework/trunk/contrib/client_side/jsonrpc/ Regards Artyom Beilis -------------- CppCMS - C++ Web Framework: http://cppcms.sf.net/ CppDB - C++ SQL Connectivity: http://cppcms.sf.net/sql/cppdb/ |