From 3a619abdbe99b51790f93edbd14a93575a780f29 Mon Sep 17 00:00:00 2001
From: wentch <22250530@qq.com>
Date: Tue, 15 Dec 2015 11:29:42 +0800
Subject: [PATCH] Update index.html
---
index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.html b/index.html
index 04469dbb6..edbd93850 100644
--- a/index.html
+++ b/index.html
@@ -46,7 +46,7 @@ RedKale 有如下主要特点:
SNCP(Service Node Communicate Protocol)是RedKale独有的协议层, 类似RMI与WebService的功能结合,主要用于进程间的数据传输。使用者通过配置文件可以轻易的将Service由本地模式变成远程模式。远程模式的Service使用SNCP协议与其他进程的Service通信。使用者无需对远程通信接口使用类似mina的第三方包自行开发。
+SNCP(Service Node Communicate Protocol)是RedKale独有的协议, 类似RMI与WebService的功能结合,主要用于进程间的数据传输。使用者通过配置文件可以轻易的将Service由本地模式变成远程模式。远程模式的Service使用SNCP协议与其他进程的Service通信。使用者无需对远程通信接口使用类似mina的第三方包自行开发。