Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 436 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 436 Bytes

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.