Git Product home page Git Product logo

jsonrpc-c's People

Contributors

billstclair avatar bryant1410 avatar hmng avatar rhaberkorn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

jsonrpc-c's Issues

Documentation

I took me a while to note that parameters have to be put in "params". Maybe you want to document that in the README.md ;)

Add select option

Hi hmn,
for my project, I need to work with "select". I would like to add support for this.
The user will have option to choose only select or only libev at compilation time.
Are you interested in adding this feature to the master branch?
Thanks

Decoupling JSON-RPC and TCP soclet

Hi,

Did you guys ever thought about decoupling JSON-RPC API from TCP sockets? For my project I need to use JSON-RPC with messaging system (zeromq/amqp). I like your API and it would be nice just to be able pass a JSON request to the API and receive a string back containing JSON-RPC reply back. This way your API can be uses with any transport not just TCP.

Calling exit() from a library discouraged

When packaging this as rpm, rpmlint report states:

[   53s] libjsonrpcc0.x86_64: W: shared-lib-calls-exit /usr/lib64/libjsonrpcc.so.0.0.0 exit@GLIBC_2.2.5
[   53s] This library package calls exit() or _exit(), probably in a non-fork()
[   53s] context. Doing so from a library is strongly discouraged - when a library
[   53s] function calls exit(), it prevents the calling program from handling the
[   53s] error, reporting it to the user, closing files properly, and cleaning up any
[   53s] state that the program has. It is preferred for the library to return an
[   53s] actual error code and let the calling program decide how to handle the
[   53s] situation." 

which sounds a sensible thing to do.

Conflict with cJSON project

The cJSON project has a different definition which conflict with this project.

For example:
jsonrpc-c/cJON.h
#define cJSON_NUMBER 3
cJSON/cJON.h
#define cJSON_NUMBER (1<<3)

May you help to upgrade cJSON.c/cJSON.h to sync with the cJSON project?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.