Skip to content
This repository has been archived by the owner on Jul 23, 2020. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xljiulang committed Dec 13, 2015
1 parent f7ef8a4 commit ee5b799
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ var server = new JsonWebSocketServer();
server.BindService<SystemApiService>();
server.StartListen(10010);
// 客户端调用
var ws = new jsonWebSocket('ws://127.0.0.1:10010/);
ws.invokeApi("SearchUsers", ['张三'], function (data) {
alert(data.length == 0)
});
var ws = new jsonWebSocket('ws://127.0.0.1:10010/);
ws.invokeApi("SearchUsers", ['张三'], function (data) {
alert(data.length == 0)
});
```
自定义协议服务
```
Expand Down

0 comments on commit ee5b799

Please sign in to comment.