- a very basic demo that leverages simple Websocket APIs to send/receive Strings, JSON and ArrayBuffers
- provides a skeleton for using as a base for an application
- Node.js
- TypeScript compiler (tsc)
- Modern Browser
npm install && npm start
- navigate to
localhost:3000
to open the Browser test client
- convert to npm library/package for easy importing into applications