Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fucongcong committed Jul 25, 2017
1 parent 25f0b0a commit 634a1e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#### 为什么写这个框架?
- 利用协程特性以同步方式来编写异步代码,增强可读性。
- 将swoole的异步特性与传统框架的MVC相结合。
- 可以用作api也可以用作http server
- 可以用作api也可以用作http server,rpc server.

#### * 异步协程调度,应对高并发
#### * SOA服务化调用,支持并行、串行调用、请求合并调用
Expand Down Expand Up @@ -44,6 +44,9 @@
- 还可以启动其他服务,自行配置
- 访问配置的servername => groupco.com/demo 即可

##### 更新代码
- 执行 => composer update

##### 使用服务治理中心
- 设置config/service.php中的node_center地址
- 开启config/app.php中swoole_process选项的'src\Admin\Process\HeartbeatProcess'
Expand Down
15 changes: 0 additions & 15 deletions test/test.php

This file was deleted.

0 comments on commit 634a1e1

Please sign in to comment.