Robin Steinberg 78877f1211 Consolidated the server into the project
Added npm scripts to build and launch the whole project
2021-08-26 21:28:10 +02:00
2021-08-24 19:57:25 +02:00
2021-08-24 19:57:25 +02:00
2021-08-24 19:21:14 +02:00

HTML Canvas with WebSocket

About

This is a demo app that allows you to draw on an HTML canvas. Everythng that gets drawn will be transmitted to a server using websocket and displayed by a receiver app.

Dependencies

This app needs Node.js and npm to build and run.

Running the app

Open the command line in the project directory and run npm run launch

Then open your browser and navigate to http://localhost:8080.

Description
No description provided
Readme 10 MiB
Languages
TypeScript 92.4%
HTML 7.6%