From 08bf0a49f6e448ef5920d82503f851fd2be94a6a Mon Sep 17 00:00:00 2001 From: sta Date: Tue, 2 Jul 2013 11:25:26 +0900 Subject: [PATCH] Modified README.md --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f01c0250..a13d4274 100644 --- a/README.md +++ b/README.md @@ -323,10 +323,6 @@ httpsv.AddWebSocketService("/"); For more information, could you see **[Example3]**? -## Required Environment ## - -C# **3.0**, .NET **3.5** compatible or later. - ## Examples ## Examples of using **websocket-sharp**. @@ -351,6 +347,16 @@ Examples of using **websocket-sharp**. Please access [http://localhost:4649](http://localhost:4649) to do WebSocket Echo Test with your web browser after [Example3] running. +## Required Environment ## + +C# **3.0**, .NET **3.5** compatible or later. + +## websocket-sharp for Unity ## + +**websocket-sharp** has now been displayed on the **Unity Asset Store**! + +- **[websocket-sharp for Unity]** + ## Supported WebSocket Specifications ## **websocket-sharp** supports **[RFC 6455]**. @@ -378,7 +384,7 @@ Sec-WebSocket-Extensions: permessage-deflate If the server supports this extension, responds the same header. And when your client receives the header, enables this extension. -## References ## +## WebSocket References ## - **[The WebSocket Protocol]** - **[The WebSocket API]** @@ -416,3 +422,4 @@ Licensed under the **[MIT License]**. [The WebSocket API 日本語訳]: http://www.hcn.zaq.ne.jp/___/WEB/WebSocket-ja.html [The WebSocket Protocol]: http://tools.ietf.org/html/rfc6455 [The WebSocket Protocol 日本語訳]: http://www.hcn.zaq.ne.jp/___/WEB/RFC6455-ja.html +[websocket-sharp for Unity]: http://u3d.as/content/sta-blockhead/websocket-sharp-for-unity