タグ

WebSocketとUnityに関するyou21979のブックマーク (2)

  • websocket-sharp

    websocket-sharp A C# implementation of the WebSocket protocol client and server View on GitHub Download .zip Download .tar.gz Welcome to websocket-sharp! websocket-sharp supports: RFC 6455 WebSocket Client and Server Per-message Compression extension Secure Connection HTTP Authentication Query String, Origin header and Cookies Connecting through the HTTP Proxy server .NET Framework 3.5 or later (i

  • Unity WebSocket

    2. Contents WebSocketの紹介 WebSocketを使ったデモ(ブラウザ・Unity) WebSocketのメリット・デメリット まとめ 12年10月4日木曜日 2 3. 自己紹介 2006年にシステム屋からアプリ開発者に 2008年頃から、携帯電話向けオンラインゲー ムの主にサーバを担当(iアプリ) 2012年2月にセガへ転職し、現在はUnityを 使ったスマートフォン向けオンラインゲームを 開発中 12年10月4日木曜日 3 5. WebSocketとは コンピュータ・ネットワーク用の通信規格の1 つ。W3CとIETFがウェブサーバーとウェブブ ラウザとの間の通信のために規定を予定して いる双方向通信用の技術規格であり、APIは W3Cが、WebSocket プロトコルはIETFが策定 に関与している。プロトコルの仕様は RFC 6455。TCP上で動く。(Wikip

    Unity WebSocket
  • 1