An open API service indexing awesome lists of open source software.

https://github.com/chapmanjacobd/serverlesshtml

Develop enterprise-grade serverless HTML pages
https://github.com/chapmanjacobd/serverlesshtml

alpinejs html serverless serverless-architectures serverless-framework

Last synced: 7 months ago
JSON representation

Develop enterprise-grade serverless HTML pages

Awesome Lists containing this project

README

          

### ServerlessHTML

Demo: https://unli.xyz/html/edit.html

https://unli.xyz/html/raw.html?t=%22hello%20world%22

This is kind of a silly thing. But Alpine.js basically made it a one-liner so I built it.

You can think of it as Google Docs but no data is stored on the server. Everything is stored in the URL--the link itself.

How long can your document be?

- If you need IE support, only up to 4,043 characters
- Chrome: up to 32,779 characters
- The max length in Firefox and Safari seems to be unlimited, but best under 65,000 characters--about the same as a Facebook post limit

A StackOverflow page is somewhere around 362,801 characters. This page that you're viewing now is about 145,000 characters (just the html source).