Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
H
hprose-php
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • guomaoye
  • hprose-php
  • Wiki
  • Home

Home · Changes

Page history
guomaoye created page: home authored Nov 02, 2020 by guomaoye's avatar guomaoye
Show whitespace changes
Inline Side-by-side
Showing with 42 additions and 0 deletions
+42 -0
  • home.md home.md +42 -0
  • No files found.
home.md 0 → 100644
View page @ 09e8411a
# hprose 高性能rpc引擎
# 语言支持
* php
* go
* python
* js
* java
* .net
* c++
* ruby
* etc....
#官网
[链接]('https://hprose.com/')
#github
[链接]('https://github.com/hprose')
# for php
## 可以使用*php-hprose*来实现如下功能
* 使用php的编码习惯,调用其它(同样使用了hprose)语言/框架的rpc方法,而不需要使用类似http/json这种请求方式
* 提供自己的rpc服务,被其他(同样使用了hprose)语言/框架调用
* 提供异步编程
* 协程
## 下载
### git clone https://github.com/hprose/hprose-php
### compose requie hprose/hprose
Clone repository
  • Home