A simple whiteboard web-app
This was written during COVID since I was sort of unsatisfied with the available options
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...
I am using the lovely Breeze Icons by the KDE Community as a Webfont. They are covered under LGPL.