https://github.com/hprose/hprose-dotnet
Hprose 3.0 for .NET
https://github.com/hprose/hprose-dotnet
csharp dotnet json-rpc rpc rpc-framework
Last synced: 2 months ago
JSON representation
Hprose 3.0 for .NET
- Host: GitHub
- URL: https://github.com/hprose/hprose-dotnet
- Owner: hprose
- License: mit
- Created: 2014-02-18T08:06:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-13T13:05:00.000Z (almost 2 years ago)
- Last Synced: 2025-03-28T22:14:27.132Z (3 months ago)
- Topics: csharp, dotnet, json-rpc, rpc, rpc-framework
- Language: C#
- Homepage:
- Size: 370 MB
- Stars: 383
- Watchers: 61
- Forks: 99
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Hprose 3.0 for .NET
[](https://gitter.im/hprose/hprose-dotnet?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Package Name | .NET platform | lastest-version | download |
:---------------|:---------|:---------|:-----------------
[](https://www.nuget.org/packages/Hprose.IO) | [   ](https://www.nuget.org/packages/Hprose.IO) | [](https://www.nuget.org/packages/Hprose.IO) | [](https://www.nuget.org/packages/Hprose.IO)
[](https://www.nuget.org/packages/Hprose.RPC) | [   ](https://www.nuget.org/packages/Hprose.RPC) | [](https://www.nuget.org/packages/Hprose.RPC) | [](https://www.nuget.org/packages/Hprose.RPC)
[](https://www.nuget.org/packages/Hprose.RPC.Plugins) | [   ](https://www.nuget.org/packages/Hprose.RPC.Plugins) | [](https://www.nuget.org/packages/Hprose.RPC.Plugins) | [](https://www.nuget.org/packages/Hprose.RPC.Plugins)
[](https://www.nuget.org/packages/Hprose.RPC.Codec.JSONRPC) | [   ](https://www.nuget.org/packages/Hprose.RPC.Codec.JSONRPC) | [](https://www.nuget.org/packages/Hprose.RPC.Codec.JSONRPC) | [](https://www.nuget.org/packages/Hprose.RPC.Codec.JSONRPC)
[](https://www.nuget.org/packages/Hprose.RPC.Owin) | [  ](https://www.nuget.org/packages/Hprose.RPC.Owin) | [](https://www.nuget.org/packages/Hprose.RPC.Owin) | [](https://www.nuget.org/packages/Hprose.RPC.Owin)
[](https://www.nuget.org/packages/Hprose.RPC.AspNet) | [](https://www.nuget.org/packages/Hprose.RPC.AspNet) | [](https://www.nuget.org/packages/Hprose.RPC.AspNet) | [](https://www.nuget.org/packages/Hprose.RPC.AspNet)
[](https://www.nuget.org/packages/Hprose.RPC.AspNetCore) | [ ](https://www.nuget.org/packages/Hprose.RPC.AspNetCore) | [](https://www.nuget.org/packages/Hprose.RPC.AspNetCore) | [](https://www.nuget.org/packages/Hprose.RPC.AspNetCore)## 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 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
* TypeScript
* ...Through *Hprose*, You can intercommunicate conveniently and efficiently between those programming languages.
This project is the implementation of Hprose for .NET.