-
Build ok (lot of warnigns), but:
```
PHP Warning: PHP Startup: Unable to load dynamic library '/dev/shm/BUILDROOT/php-pecl-hprose-1.6.2-1.fc23.remi.5.6.x86_64/usr/lib64/php/modules/hprose.so' - /de…
-
我在使用 react native 开发移动应用,使用 npm install hprose 安装了2.0.8提示这个错误,为什么 ?
syntaxError HarmonMaps.js: 'return' outside of function
去除了 return 之后,还会提示找不到modules 'url' 与 'util' why?
-
i did not see any websocket code for js code.
is it support work with websocket?
-
在ThinkPad W540 8Core超线程,32G 内存机器上测试,使用样例代码进行测试,更改代码如下:
``` javascript
type Stub struct {
Hello func(string) (string, error)
}
func main() {
runtime.GOMAXPROCS(runtime.NumCPU())
client :=…
-
I am running Laravel as a server process, so most of the application state is persisted across requests.
But I want to replace a specific instance over and over, for every time the server is hit. I t…
-
Can you write examples of how to use the library?
-
https://github.com/hprose/hprose-go
Hprose is a High Performance Remote Object Service Engine.
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote …
andot updated
9 years ago
-
-
hprose is perfect for its simplicity and performance but lack of some H.A way like dubbo or commonrpc as for the latter on please pay a visit to http://git.oschina.net/284520459/commonrpc/wikis/home…
-
// hps_001 project main.go
package main
import (
"github.com/hprose/hprose-go"
"net/http"
_ "reflect"
)
type FloatPara struct {
Id int32
Tag string
Desc string
Tm in…