- No dependencies
- No build tools
- Uses Web APIs like
WebSocket
,Proxy
,EventTarget
- Uses custom elements, web components and shadow DOM
- Uses CSS container queries
- Uses Deno as a backend
# The very basic frontend code. The whole application lives in the index.html
-- client/
# Deno code running on the server responsible for the WebSocket connections and broadcasting messages
-- server/
# Includes files like images and sound files
-- static/
Just a fun little project to play around with.