ofxJSONRPC
ofxJSONRPC copied to clipboard
JSONRPC Implementation using openFrameworks events, WebSockets, etc.
ofxJSONRPC
Description
Create a JSONRPC server application with openFrameworks. This allows you to easily communicate between a browser and an openFrameworks application.
Features

JSONRPC 2.0 Implementation using openFrameworks events, WebSockets, etc.
Easily communicate between the browser and an openFrameworks application with the well-documented JSONRPC 2.0 protocol.
Compatible with jquery.jsonrpcclient.js on the client side.
See examples and documentation for more information.
Getting Started
To get started, generate the example project files using the openFrameworks Project Generator.
Documentation
API documentation can be found here.
Build Status
Compatibility
Branches
The stable branch of this repository is meant to be compatible with the openFrameworks stable branch, which corresponds to the latest official openFrameworks release.
The master branch of this repository is meant to be compatible with the openFrameworks master branch.
Some past openFrameworks releases are supported via tagged versions, but only stable and master branches are actively supported.
Requirements
- ofxHTTP
- ofxIO
- ofxMediaType
- ofxSSLManager
- ofxNetworkUtils
- ofxPoco (included in openFrameworks core)
Versioning
This project uses Semantic Versioning, although strict adherence will only come into effect at version 1.0.0.
Licensing
See LICENSE.md.
Contributing
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
- Fork this repository.
- Create your feature branch (
git checkout -b my-new-feature). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin my-new-feature). - Create new Pull Request.