rest_rpc

modern C++(C++11), simple, easy to use rpc framework

MIT License

Stars
1.7K

Bot releases are hidden (Show)

rest_rpc - Release v0.12 Latest Release

Published by qicosmos 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/qicosmos/rest_rpc/compare/V0.11...v0.12

rest_rpc - v0.05

Published by qicosmos 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/qicosmos/rest_rpc/compare/V0.11...v0.05

rest_rpc - Change msgpack version to remove boost dependency

Published by qicosmos over 3 years ago

rest_rpc - Add user data

Published by qicosmos over 3 years ago

rest_rpc - compatible string_view

Published by qicosmos almost 4 years ago

rest_rpc - support java client

Published by qicosmos almost 4 years ago

support java api;
one server one loop;
fix a bug in publish

rest_rpc - adjust directory

Published by qicosmos about 4 years ago

rest_rpc -

Published by qicosmos about 4 years ago

fix fs compile error.

rest_rpc -

Published by qicosmos about 4 years ago

rest_rpc -

Published by qicosmos about 5 years ago

support auto reconnect and heartbeat, more easier to use.
Next version will support pub/sub

rest_rpc - The second release version

Published by qicosmos about 5 years ago

Next version will support sub/pub model.

rest_rpc - The first release

Published by qicosmos over 5 years ago

  1. support multiple thread call for the rpc client;
  2. support callback interface for the rpc client;
  3. server can push messages;
rest_rpc - The first pre-release

Published by qicosmos over 5 years ago

The first pre-release, include server and client.
The client provides async and sync interface.