タグ

websocketとpythonに関するoinumeのブックマーク (4)

  • 収集したデータをtornadoでWebSocket配信する | Ore no homepage

    ヘロー。最近は事務職が板についてきました。個人的に気が進まない作業があるときの方がコーディングや検証に力が入るのはなんでだろう。学校のテスト前に部屋の掃除が捗る的な心理状態なのかな。 えーと、オーダーメイドでモニタリングツールを作ることがたまにあって、そのツールをWebSocket対応したのでそのときのメモとサンプルコードについて。 0. こんなの 作ったのはUI的にはこんなやつです。CassandraのPendingTaskの値をリアルタイムで表示する感じ。数値が一定以上いくと色を変える、みたいな。前はグラフ化したりしてたんだけど、今回の要件においては数値の方がわかりやすかったのでこうしてある。 1. 当初の実装 次の図のような感じで値を収集/描画していた。Ajaxで逐次問い合わせを行い、リクエストを受け付けたサーバ(Server)が後段にあるデータ収集対象ノード(node)のデータをか

  • websocket-client

    Verified details (What is this?) These details have been verified by PyPI Maintainers engin33r liris ukwksk Unverified details These details have not been verified by PyPI Project links Homepage Download Documentation Source Meta License: Apache Software License (Apache-2.0) Author: liris Maintainer: engn33r Tags websockets, client Requires: Python >=3.8 websocket-client is a WebSocket client for

    websocket-client
  • gevent-websocket

    Unverified details These details have not been verified by PyPI Project links Homepage Meta License: Copyright 2011-2017 Jeffrey Gelens <jeffrey@noppo.pro> Author: Jeffrey Gelens Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless re

    gevent-websocket
  • Emerge Technology: Python用のWebSocketのクライアント作った

    生まれ変わった「Days of Liris」。プログラミングのこと、Pythonのこと、気になったソフトウェアのこと、身の回りのこと、いろんなこと。など 数日前にpypiには登録していたのですが、もうちょっと機能を追加してPython用のWebSocketのクライアントを作りました。githubにいます。pypiはこっち。pip install websocket-clientでインストールできます。プロトコルが変わるとかいろいろありそうですが、まあ、WebSocketはいろいろ変遷してきたので、今更驚かされません。 作った理由は、うーん、何でしょう?何となく書いてみました、という感じです。WebSocketのサーバのテストとか、Pythonのアプリで接続を維持したまま、Webサーバとお話するとか・・・。この前作った、WebSocketのデータを複数サーバでリレーさせるときの通信手段とか・

  • 1