Skip to content
This repository was archived by the owner on Sep 24, 2020. It is now read-only.

misotarozamurai/Dr.NA_webSocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dr.NA_webSocket

name : Masakatsu Shibata

Dr.NA のフロントとセンサーとの双方向通信を行うためのサーバ

■ インストール

  • 初期

    $ npm init -y
  • babel

    $ npm i -D @babel/core @babel/cli @babel/preset-env
  • ws

    $ npm i -S ws
  • ip

    $ npm i -S ip

■ 設定

  • babel

  • ビルドコマンド
    package.json に記載

    {
      "scripts": {
        "build": "babel src -d lib"
      }
    }

■ 運用

  • clone後の初期

    $ npm i
  • ビルド

    $ npm run build
  • サーバ起動

    $ npm run start

©2020 Dr.NA_webSocket

About

Dr.NA WebSocketサーバ

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •