Skip to content

Tiny whiteboard app using socket.io and Express

Notifications You must be signed in to change notification settings

iRath96/whiteboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Tiny whiteboard app using socket.io and Express

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages