はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    WWDC25

『Socket.IO: the cross-browser WebSocket for realtime apps.』

  • 人気
  • 新着
  • すべて
  • Socket.IO 3 Release | Socket.IO

    6 users

    socket.io

    We are happy to announce the release of Socket.IO v3! Migration guide​This release contains a few non backward compatible changes. We have published a dedicated migration guide with all necessary details. Why Socket.IO in 2020?​That's an excellent question actually. Depending on your use case, it might make sense to use plain WebSocket directly: client: MDN, Can I use?server: ws or eiows in the No

    • テクノロジー
    • 2020/11/10 01:15
    • Node.js
    • techfeed
    • あとで読む
    • Using multiple nodes | Socket.IO

      7 users

      socket.io

      This is documentation for Socket.IO 3.x, which is no longer actively maintained. When deploying multiple Socket.IO servers, there are two things to take care of: enabling sticky session, if HTTP long-polling is enabled (which is the default): see belowusing the Redis adapter (or another compatible Adapter): see belowSticky load balancing​If you plan to distribute the load of connections among diff

      • テクノロジー
      • 2016/03/10 09:47
      • websocket
      • socket.io
      • Socket.IO P2P | Socket.IO

        37 users

        socket.io

        Today were very happy to introduce Socket.IO P2P, the easiest way to establish a bidirectional events channel between two peers with a server fallback to provide maximum reliability. Lets look at the API and build a little chat application. Or check out the repository directly! Socket.IO P2P provides an easy and reliable way to setup a WebRTC connection between peers and communicate using the sock

        • テクノロジー
        • 2015/07/16 03:46
        • socket.io
        • p2p
        • webrtc
        • いつか試す
        • WebSocket
        • あとで読む
        • Socket.IO — Socket.IO P2P

          67 users

          socket.io

          What you see above is a multiplayer version of the classic Snake game with a twist: whenever possible, it will automatically establish a peer-to-peer connection with your opponent. Today we’re very happy to introduce Socket.IO P2P, the easiest way to establish a bidirectional events channel between two peers with a server fallback to provide maximum reliability. Let’s look at the API and build a l

          • 学び
          • 2015/07/16 01:30
          • webrtc
          • node.js
          • socketio p2p
          • p2p
          • Socket.IO C++ | Socket.IO

            14 users

            socket.io

            I'm really proud to announce the first release of the Socket.IO C++ Client on GitHub! Based on Boost and WebSocket++, this full-featured Socket.IO 1.0 client has the fundamental advantage of working on multiple platforms. Check out the directory of examples. It contains examples of iOS, QT, and CLI chat clients! To learn how to use this client, I put together a QT chat example that communicates us

            • テクノロジー
            • 2015/04/14 05:40
            • c++
            • socket.io
            • network
            • Socket.IO on iOS | Socket.IO

              18 users

              socket.io

              We are pleased to announce the immediate availability of the Socket.IO Swift Client! Youll now be able to write code that runs natively on iOS and OSX, while maintaining the simplicity and expressiveness of the JavaScript client! import Foundation let socket = SocketIOClient(socketURL: "localhost:8880") socket.on("important message") {data, ack in println("Message for you! \(data?[0])") ack?("I go

              • テクノロジー
              • 2015/03/10 04:43
              • socket.io
              • swift
              • iOS
              • node.js
              • Native Socket.IO and Android | Socket.IO

                41 users

                socket.io

                In this tutorial well learn how to create a chat client that communicates with a Socket.IO Node.JS chat server, with our native Android Client! If you want to jump straight to the code, it's on GitHub. Otherwise, read on! Introduction​To follow along, start by cloning the repository: socket.io-android-chat. The app has the following features: Sending a message to all users joining to the room.Noti

                • テクノロジー
                • 2015/01/21 01:12
                • socket.io
                • Android
                • あとで読む
                • app
                • Java
                • Socket.IO — Socket.IO 1.3.0

                  16 users

                  socket.io

                  Server Socket.IO 1.3.0 is out with lots of fixes, in addition to stability and performance improvements. You can also now configure the clients with custom SSL and reconnection backoff parameters. Fix tests on Node v0.11 (dba462) [rauchg] Fixed socket.io test runs on windows (19c442) [rauchg] null and undefined origins trigger the origins callback properly with origin value * (GH#1936) [drewblaisd

                  • テクノロジー
                  • 2015/01/19 21:21
                  • あとで読む
                  • Socket.IO — Socket.IO 1.2.0

                    14 users

                    socket.io

                    Socket.IO 1.2.0 is now live with important bug fixes and a few API updates. We couldn’t have made this happen without the help of old and new contributors. A big hand to everyone who participated in the making of this release. Thank you! Below you can find more details on the changes and some code examples. Server Fixed the npm main property in the chat example (GH#1766) [BrianGeppert] Some gramma

                    • 世の中
                    • 2014/10/28 09:09
                    • node.js
                    • library
                    • socket.io
                    • JavaScript
                    • Socket.IO — Socket.IO 1.1.0

                      22 users

                      socket.io

                      Today we pushed version 1.1.0 of Socket.IO with a lots of bug fixes and some new additions. This release comes thanks to the work of more than 20 contributors. Server hasBin no longer iterates over object prototypes (GH#1645) [kevin-roark] Enhanced font styles in the chat example app (GH1653) [acusti] Fixed etag header in server socket.io.js (GH#1655) [ysmood] Fixed repo url in package.json (GH#16

                      • テクノロジー
                      • 2014/09/04 19:43
                      • socket.io
                      • node.js
                      • library
                      • Rooms | Socket.IO

                        4 users

                        socket.io

                        Support Socket.IO Within each Namespace, you can define arbitrary channels called “Rooms” that sockets can join and leave. This is useful to broadcast data to a subset of sockets: Joining and leavingYou can call join to subscribe the socket to a given channel:

                        • 暮らし
                        • 2014/07/18 17:32
                        • socket.io
                        • document
                        • Introduction | Socket.IO

                          8 users

                          socket.io

                          If you are new to Socket.IO, we recommend checking out our tutorial. What Socket.IO is​Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server. The Socket.IO connection can be established with different low-level transports: HTTP long-pollingWebSocketWebTransportSocket.IO will automatically pick the best available option, depending

                          • テクノロジー
                          • 2014/06/17 17:03
                          • node.js
                          • Get started | Socket.IO

                            26 users

                            socket.io

                            In this guide we’ll create a basic chat application. It requires almost no basic prior knowledge of Node.JS or Socket.IO, so it’s ideal for users of all knowledge levels. Introduction​Writing a chat application with popular web applications stacks like LAMP (PHP) has normally been very hard. It involves polling the server for changes, keeping track of timestamps, and it’s a lot slower than it shou

                            • テクノロジー
                            • 2014/06/10 20:11
                            • socket.io
                            • node.js
                            • JavaScript
                            • Socket.IO — Introducing Socket.IO 1.0

                              146 users

                              socket.io

                              The first version of Socket.IO was created shortly after Node.JS made its first appearance. I had been looking for a framework that easily enabled me to push data from a server to a client for a long time, and even had tried other approaches to server-side JavaScript. At the time, the main focus was on an interface equivalent to the upcoming WebSocket API that was in the process of standardization

                              • テクノロジー
                              • 2014/05/29 01:02
                              • socket.io
                              • WebSocket
                              • node.js
                              • node
                              • socketio
                              • javascript
                              • socket
                              • binary
                              • CDN
                              • community
                              • Socket.IO: the cross-browser WebSocket for realtime apps.

                                327 users

                                socket.io

                                Socket.IOBidirectional and low-latency communication for every platform PerformantIn most cases, the connection will be established with WebSocket, providing a low-overhead communication channel between the server and the client. ReliableRest assured! In case the WebSocket connection is not possible, it will fall back to HTTP long-polling. And if the connection is lost, the client will automatical

                                • テクノロジー
                                • 2010/06/03 12:47
                                • node.js
                                • websocket
                                • socket.io
                                • javascript
                                • library
                                • socket
                                • node
                                • nodejs
                                • server
                                • network

                                このページはまだ
                                ブックマークされていません

                                このページを最初にブックマークしてみませんか?

                                『Socket.IO: the cross-browser WebSocket for realtime apps.』の新着エントリーを見る

                                キーボードショートカット一覧

                                j次のブックマーク

                                k前のブックマーク

                                lあとで読む

                                eコメント一覧を開く

                                oページを開く

                                はてなブックマーク

                                • 総合
                                • 一般
                                • 世の中
                                • 政治と経済
                                • 暮らし
                                • 学び
                                • テクノロジー
                                • エンタメ
                                • アニメとゲーム
                                • おもしろ
                                • アプリ・拡張機能
                                • 開発ブログ
                                • ヘルプ
                                • お問い合わせ
                                • ガイドライン
                                • 利用規約
                                • プライバシーポリシー
                                • 利用者情報の外部送信について
                                • ガイドライン
                                • 利用規約
                                • プライバシーポリシー
                                • 利用者情報の外部送信について

                                公式Twitter

                                • 公式アカウント
                                • ホットエントリー

                                はてなのサービス

                                • はてなブログ
                                • はてなブログPro
                                • 人力検索はてな
                                • はてなブログ タグ
                                • はてなニュース
                                • ソレドコ
                                • App Storeからダウンロード
                                • Google Playで手に入れよう
                                Copyright © 2005-2025 Hatena. All Rights Reserved.
                                設定を変更しましたx