Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/foxbunny/httpy-rpc

Example implementation of a simple HTTP-based RPC protocol.
https://github.com/foxbunny/httpy-rpc

Last synced: 28 days ago
JSON representation

Example implementation of a simple HTTP-based RPC protocol.

Awesome Lists containing this project

README

        

Small experimental RPC API using bottle web framework and jQuery
================================================================

Yes, it's reinventing the wheel. It was just an exercise.

The codebase serves as an example implementation as well, and includes a
hhtpy-rpc plugin for jQuery.

The static/js/test.js contains a very simple use-case example.