Skip to content

jsonrpc 2.0 server implemented in C using jansson library

License

Notifications You must be signed in to change notification settings

ouistiti-project/jsonrpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jsonrpc.{ch} implements the parsing and validation of the jsonrpc/2.0 request before handing it over to user-defined methods.

jsonrpc_server.c is an example of usage using ZeroMQ as a transport. It has been tested against ZeroMQ 3.2.2 and jansson 2.3.1

Since significant functionality is provided by jansson library, the same licence is chosen to be used by this code.

About

jsonrpc 2.0 server implemented in C using jansson library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 57.8%
  • Makefile 33.0%
  • Python 7.0%
  • JavaScript 2.2%