Home

Awesome

Localhost servers for testing Unity Web Socket demo project.

Requirements

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.