Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 338 Bytes

File metadata and controls

12 lines (7 loc) · 338 Bytes

Basic kahoot clone I made during lockdown (2020, first year of university). Nice and simple, raw html and js, using nodejs for the backend and websockets for communication.

usage:

node server.js

then setup a basic http server to serve the static files (python

cd static
python -m http.server

go to the http port and check it out!