Skip to content

KiitoX/whiteboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

whiteboard

A simple whiteboard web-app

Intro

This was written during COVID since I was sort of unsatisfied with the available options

Screenshot

Dependencies

This is primarily written in vanilla es6 javascript and html5, so it should work in any recent browser. Not much care has been given into backward compatibility, I just used what I found on MDN and what worked in my browser (Firefox).

The server backend is written in Python 3.8 and uses asyncio + websockets for client communications, and the MariaDB Connector for database operations. Given that I am using MariaDB for the database, an Apache server running a websocket proxy and Mako Templates for a small server-side script, though that could easily be rewritten in PHP I presume...

Resources

I am using the lovely Breeze Icons by the KDE Community as a Webfont. They are covered under LGPL.