Commit 66fe01c8 authored by Savorboard's avatar Savorboard Committed by GitHub

Update README.md

parent 4373b41b
...@@ -197,10 +197,9 @@ public void ConfigureServices(IServiceCollection services) ...@@ -197,10 +197,9 @@ public void ConfigureServices(IServiceCollection services)
### Dashboard ### Dashboard
At CAP 2.1 version and above provided the dashboard pages, you can easily check the send and receive messages. CAP 2.1 and above provides the dashboard pages, you can easily view the sent and received messages. In addition, you can also view the message status in real time on the dashboard.
In addition, you can also view real time sent or received messages.
In the distributed environment, the dashboard built-in integrated [Consul] (http://consul.io) as a node discovery, while the realization of the gateway agent function, you can also easily view the node or other node data, It's like you are visiting local resources. In the distributed environment, the dashboard built-in integrated [Consul](http://consul.io) as a node discovery, while the realization of the gateway agent function, you can also easily view the node or other node data, It's like you are visiting local resources.
```c# ```c#
services.AddCap(x => services.AddCap(x =>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment