diff --git a/README.md b/README.md index 06a61a6f..b038e43c 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,8 @@ func (r *RemoteComponent) DemoHandler(s *session.Session, msg *pb.DemoMsg) error } ``` +The Nano will remain simple, but you can perform any operations in the component and get the desired goals. You can startup a group of `Nano` application as agent to dispatch message to backend servers. + #### How to execute the asynchronous task ```go @@ -108,8 +110,6 @@ func (manager *PlayerManager) Login(s *session.Session, msg *ReqPlayerLogin) err } ``` -The Nano will remain simple, but you can perform any operations in the component and get the desired goals. You can startup a group of `Nano` application as agent to dispatch message to backend servers. - ## Documents - English