Go to file
Robin Steinberg 8344624e6b Added license 2021-08-26 21:56:23 +02:00
.vscode Save paths 2021-08-24 19:57:25 +02:00
server Consolidated the server into the project 2021-08-26 21:28:10 +02:00
ts Consolidated the server into the project 2021-08-26 21:28:10 +02:00
.gitignore Save paths 2021-08-24 19:57:25 +02:00
LICENSE Added license 2021-08-26 21:56:23 +02:00
README.md Consolidated the server into the project 2021-08-26 21:28:10 +02:00
index.html Increased canvas size 2021-08-26 21:30:39 +02:00
package-lock.json Initial commit 2021-08-24 19:21:14 +02:00
package.json Added npm install to launch script 2021-08-26 21:38:09 +02:00
receiver.html Increased canvas size 2021-08-26 21:30:39 +02:00
tsconfig.json Consolidated the server into the project 2021-08-26 21:28:10 +02:00

README.md

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.