Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/foxbunny/httpy-rpc
- Owner: foxbunny
- Created: 2011-06-03T14:14:01.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-03T14:14:39.000Z (over 13 years ago)
- Last Synced: 2023-03-10T22:13:38.596Z (almost 2 years ago)
- Language: Python
- Homepage:
- Size: 556 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.