/whiteboard

Tiny whiteboard app using socket.io and Express

Primary LanguageTypeScript

Description

A very tiny whiteboard app based on socket.io and Express.
Check out the demo!

  • Supports pen pressure in browsers with pointer events
  • Interpolates and smoothens strokes
  • Persistent (everything drawn is stored on disk)
  • Infinite space to draw (tile-based)

Running

Installation:

yarn install

Running:

yarn start

Disclaimer

There are no security features at the moment, so watch out!