lukebatchelor / url-snake

https://url-snake.netlify.app/
98 stars 3 forks source link

Why? #1

Open Noviny opened 1 year ago

Noviny commented 1 year ago

... are you such a mad lad?

bkil commented 1 year ago

Welcome on board!

I've made one that doesn't require JavaScript (or a backend) either (could be enhanced to provide for a noJS online-IDE as well if there was demand):

And one to be used for safely previewing or embedding snippets of others:

And finally, here's a full stack version of this same concept where the URI may contain both the backend and the frontend:

bkil commented 1 year ago

You may also be interested in these:

Dwitter - a challenge to see what demos/awesomeness you can create when limited to only 140 characters of javascript and a canvas. by u/lionleaf as a side project inspired by the concept of u/sigveseb at arkt.is/t. Its first official launch was at the Demoparty 'Solskogen' in 2016 where it won the wild compo.

danielgjackson commented 1 year ago

Nice! You may be interested in a code-golfed version I spent far too long on (250 bytes, and 224 byte alternative):

...it uses some very hacky ways to reduce the byte count!