Hacker News new | ask | show | jobs
by Leftium 268 days ago
SvelteKit has been designed so JS on the client can be optional. (All JS is executed in node.js, with optional JS enhancement on the client.)

Try playing Sverdle with JS disabled! https://sveltekit-template.vercel.app/sverdle

> Unlike the original Wordle, Sverdle runs on the server instead of in the browser, making it impossible to cheat. It uses <form> and cookies to submit data, meaning you can even play with JavaScript disabled!