https://github.com/hprose/hprose-Golang
Hprose is a cross-language RPC. This project is Hprose for Golang.
https://github.com/hprose/hprose-Golang
api cross-device cross-domain cross-language cross-platform go golang hprose rpc rpc-api rpc-client rpc-framework rpc-library rpc-server serialization serialization-library serialize serializer
Last synced: 3 months ago
JSON representation
Hprose is a cross-language RPC. This project is Hprose for Golang.
- Host: GitHub
- URL: https://github.com/hprose/hprose-Golang
- Owner: hprose
- License: mit
- Created: 2014-02-14T03:16:43.000Z (over 11 years ago)
- Default Branch: v3
- Last Pushed: 2024-02-18T04:29:22.000Z (over 1 year ago)
- Last Synced: 2024-10-15T13:41:55.577Z (8 months ago)
- Topics: api, cross-device, cross-domain, cross-language, cross-platform, go, golang, hprose, rpc, rpc-api, rpc-client, rpc-framework, rpc-library, rpc-server, serialization, serialization-library, serialize, serializer
- Language: Go
- Homepage:
- Size: 1.21 MB
- Stars: 1,261
- Watchers: 86
- Forks: 205
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hprose 3.0 for Golang
[](https://gitter.im/hprose/hprose-golang?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[](https://github.com/hprose/hprose-golang/actions)
[](https://godoc.org/github.com/hprose/hprose-golang)
[](https://goreportcard.com/report/github.com/hprose/hprose-golang)
[](https://codebeat.co/projects/github-com-hprose-hprose-golang)
[](https://coveralls.io/github/hprose/hprose-golang?branch=v3)
[](http://opensource.org/licenses/MIT)## Introduction
Hprose is a 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.
Hprose supports many programming languages, for example:
- AAuto Quicker
- ActionScript
- ASP
- C++
- Dart
- Delphi/Free Pascal
- dotNET(C#, Visual Basic...)
- Golang
- Java
- JavaScript
- Node.js
- Objective-C
- Perl
- PHP
- Python
- Ruby
- ...Through Hprose, You can conveniently and efficiently intercommunicate between those programming languages.
This project is the implementation of Hprose 3.0 for Golang.