Implementation of polling app

This commit is contained in:
2026-03-18 17:41:37 +01:00
parent 4275cbd795
commit c02f1cfb4c
2 changed files with 207 additions and 1 deletions

View File

@@ -1 +1,7 @@
# P2P Poll App
# P2P Poll App
This is a very simple polling app using peerjs.
It runs as a single HTML file and can handle multiple users in one poll room.
The app once open is self explanatory.
App created with the help of GPTOSS120B.