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
- Host: GitHub
- URL: https://github.com/chapmanjacobd/serverlesshtml
- Owner: chapmanjacobd
- License: gpl-3.0
- Created: 2020-07-05T19:22:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T13:03:51.000Z (over 5 years ago)
- Last Synced: 2025-05-29T16:37:32.330Z (8 months ago)
- Topics: alpinejs, html, serverless, serverless-architectures, serverless-framework
- Language: HTML
- Homepage: https://unli.xyz/html/raw.html?t=%22hello%20u%22
- Size: 182 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).