Skip to content

Commit

Permalink
Update docs for 0.9.2
Browse files Browse the repository at this point in the history
Update docs for 0.9.2
  • Loading branch information
Wangxing Shi committed Feb 1, 2020
1 parent af83aad commit 183687b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

+ **客户端**:一个API解决所有操作
+ **服务器**:一个类继承解决所有RPC,同步异步,编码解码问题。
+ **FPNN**:Fast Programmable Nexus Network

## 一、开发背景

Expand Down Expand Up @@ -144,6 +143,10 @@ RPC框架也一样。

问题排查请参见 [FPNN 问题排查](doc/zh-cn/fpnn-troubleshooting.md)

1. 最佳实践

1. [FPNN 服务治理与服务网格](doc/zh-cn/fpnn-SOA-governance-service-mesh.md)

## 五、全部文档索引

[中文文档索引](doc/zh-cn/README.md)
Expand Down
1 change: 1 addition & 0 deletions def.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ LINKARGS=-ltcmalloc
DEFAULTPLATFORM=-DHOST_PLATFORM_AWS
#DEFAULTPLATFORM=-DHOST_PLATFORM_GCP
#DEFAULTPLATFORM=-DHOST_PLATFORM_AZURE
#DEFAULTPLATFORM=-DHOST_PLATFORM_TENCENT

CFLAGS += $(DEFAULTPLATFORM)

Expand Down

0 comments on commit 183687b

Please sign in to comment.