/url-store

Primary LanguageTypeScript

URL Store

This is a simple test serialising JSON into query parameters while "crushing" the JSON object to save space. The practical limit for the length of URLs is ~2000 characters (https://stackoverflow.com/a/417184).

This may be useful for small web games/toys/apps/etc. where the application state may be saved using browser bookmarks, or shared simply as a link.

JSONCrush is used to "crush" the input JSON.

View the live demo here

Development

npm install

npm run dev