Giter VIP home page Giter VIP logo

dr.na_wstest's Introduction

Dr.NA_wsTest

name : Masakatsu Shibata

■ 接続準備

index.html の下記コードをwebSocket のサーバを指定してください。

const ws = new WebSocket('ws://localhost:8080');

■ 運用

webSocketでのテストデータ(JSON形式)を送信します。

● アニメーション起動

アニメーション起動用のデータを送信します。

  • データ形式

    {
        "type": "result",
        "pulse": {
            "avg": 65,
            "datas":[
                80,
                75,
            ]
        },
        "height": 175,
        "sick": {
            "name": "病気名",
            "place": 1,
            "message": "病気説明"
        }
    }

● アニメーション中のメッセージ送信

アニメーション起動時のメッセージを送信します。
テキストエリアにメッセージを入力してください。

  • データ形式

    {
        "type": "message",
        "message": "メッセージ"
    }

● アニメーション終了

アニメーションの終了メッセージを送信します。

  • データ形式

    {
        "type": "Animation END",
        "message": "End of diagnosis"
    }

■ 注意

webSocketサーバは含まれていないので別途準備すること。

©2020 Dr.NA_wsTest

dr.na_wstest's People

Contributors

s-masakatsu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.