README.md

April 11, 2018 ยท View on GitHub

Localhost servers for testing Unity Web Socket demo project.

Requirements

  • Node.js

Setup

npm install

Running

Simple echo server

node ./server-echo.js

Streaming JSON server

node ./server-json.js

Bing Speech test messages server

node ./server-bingspeech.js

or

Select the Debug tab icon in VS Code and choose a server configuration to run.

Contents

  1. 1Requirements
  2. 2Setup
  3. 3Running
  4. 3.1Simple echo server
  5. 3.2Streaming JSON server
  6. 3.3Bing Speech test messages server
  7. 3.4or