All Projects → little-dude → rmp-rpc

little-dude / rmp-rpc

Licence: other
a msgpack-rpc rust library based on tokio

Programming Languages

rust
11053 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to rmp-rpc

neovim-java
Neovim Java client library. Provides multiple interfaces for communicating with Neovim instance via multiple different protocols. - Moved to https://codeberg.org/neovim-java/neovim-java
Stars: ✭ 34 (-24.44%)
Mutual labels:  msgpack, msgpackrpc
Spyne
A transport agnostic sync/async RPC library that focuses on exposing services with a well-defined API using popular protocols.
Stars: ✭ 992 (+2104.44%)
Mutual labels:  rpc, msgpack
zerorpc-dotnet
A .NET implementation of ZeroRPC
Stars: ✭ 21 (-53.33%)
Mutual labels:  rpc, msgpack
Rpclib
rpclib is a modern C++ msgpack-RPC server and client library
Stars: ✭ 996 (+2113.33%)
Mutual labels:  rpc, msgpack
Airframe
Essential Building Blocks for Scala
Stars: ✭ 442 (+882.22%)
Mutual labels:  rpc, msgpack
Rpc.py
A fast and powerful RPC framework based on ASGI/WSGI.
Stars: ✭ 98 (+117.78%)
Mutual labels:  rpc, msgpack
luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
Stars: ✭ 1,660 (+3588.89%)
Mutual labels:  msgpack
monero-java
A Java library for using Monero
Stars: ✭ 76 (+68.89%)
Mutual labels:  rpc
Ffast-Java
Ffast 基于Srping boot + Mybatis Plus后台管理系统前后分离快速开发解决方案
Stars: ✭ 104 (+131.11%)
Mutual labels:  msgpack
cache
Aplus Framework Cache Library
Stars: ✭ 18 (-60%)
Mutual labels:  msgpack
micro-service-practice
OpenStack+Docker+RestAPI+OAuth/HMAC+RabbitMQ/ZMQ+OpenResty/HAProxy/Nginx/APIGateway+Bootstrap/AngularJS+Ansible+K8S/Mesos/Marathon构建/探索微服务最佳实践。
Stars: ✭ 25 (-44.44%)
Mutual labels:  rpc
libnvc
Easy way to embed (neo)vim in your application
Stars: ✭ 32 (-28.89%)
Mutual labels:  rpc
elm-protobuf
protobuf plugin for elm
Stars: ✭ 93 (+106.67%)
Mutual labels:  rpc
msgpack-smalltalk
MessagePack serialization library for various Smalltalk dialects / msgpack.org[Smalltalk]
Stars: ✭ 22 (-51.11%)
Mutual labels:  msgpack
DoubleStar
A personalized/enhanced re-creation of the Darkhotel "Double Star" APT exploit chain with a focus on Windows 8.1 and mixed with some of my own techniques
Stars: ✭ 140 (+211.11%)
Mutual labels:  rpc
nanopack
Lightweight Msgpack Encoder
Stars: ✭ 15 (-66.67%)
Mutual labels:  msgpack
frodo
A code generator that turns plain old Go services into RPC-enabled (micro)services with robust HTTP APIs.
Stars: ✭ 21 (-53.33%)
Mutual labels:  rpc
cirrina
cirrina is an opinionated asynchronous web framework based on aiohttp
Stars: ✭ 32 (-28.89%)
Mutual labels:  rpc
thrift-typescript
Generate TypeScript from Thrift IDL files
Stars: ✭ 129 (+186.67%)
Mutual labels:  rpc
xmlrpcwsc-dotnet
XML-RPC Web Service Client C# implementation
Stars: ✭ 30 (-33.33%)
Mutual labels:  rpc

Build Status Documentation crates.io

rmp-rpc

A Rust implementation of MessagePack-RPC based on tokio.

Features

  • Support all the features described in MessagePack-RPC specifications.
  • Support for endpoints that act both as client and server. This is not part of the specification, but is a relatively common use of MessagePack-RPC.
  • Support any transport layer.

Examples

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].