Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hprose/hprose
HPROSE is short for High Performance Remote Object Service Engine. It's a serialize and RPC library, the serialize library of hprose is faster, smaller and more powerful than msgpack, the RPC library is faster, easier and more powerful than thrift.
https://github.com/hprose/hprose
cross-browser cross-device cross-domain cross-language cross-platform hprose rpc rpc-library rpc-protocol semi-text serialization serialization-format serialize service-engine
Last synced: 11 days ago
JSON representation
HPROSE is short for High Performance Remote Object Service Engine. It's a serialize and RPC library, the serialize library of hprose is faster, smaller and more powerful than msgpack, the RPC library is faster, easier and more powerful than thrift.
- Host: GitHub
- URL: https://github.com/hprose/hprose
- Owner: hprose
- Created: 2015-04-17T00:29:05.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T05:48:43.000Z (almost 6 years ago)
- Last Synced: 2024-11-12T04:32:38.488Z (2 months ago)
- Topics: cross-browser, cross-device, cross-domain, cross-language, cross-platform, hprose, rpc, rpc-library, rpc-protocol, semi-text, serialization, serialization-format, serialize, service-engine
- Homepage: http://hprose.com
- Size: 111 KB
- Stars: 369
- Watchers: 39
- Forks: 34
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**HPROSE** is short for *High Performance Remote Object Service Engine*.
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system.
It contains a semi-text serialization format, an RPC protocol and its implementation. The meaning of semi-text is all the data are represented as text, except the original binary data. The serialization format is very compact. It takes up very little space, and can be parsed very quickly in programming language. You can use this serialization format without hprose RPC protocol in other communications protocols, data storage, and more. If you want to know more, please read [Hprose Specification](spec.mediawiki).
[![Join the chat at https://gitter.im/hprose/hprose](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hprose/hprose?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)