https://github.com/potch/minifw
A dinky framework for dinky apps
https://github.com/potch/minifw
Last synced: 9 months ago
JSON representation
A dinky framework for dinky apps
- Host: GitHub
- URL: https://github.com/potch/minifw
- Owner: potch
- License: mit
- Created: 2024-03-10T06:38:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T05:01:54.000Z (over 1 year ago)
- Last Synced: 2024-12-07T06:18:12.353Z (over 1 year ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minifw
A collection of little code-golfed libraries, each < 1kb minified. I think of these as a fun challenge; more compact than robust or well-documented.
use at your own risk.
- **fw.js**: baseline library for dom generation and reactivity
- **channel.js** - client and server wrappers of a Server-Sent Events channel
- **lang.js** - an s-expression language
- **router.js** - a basic router
- **server.js** - an express-like http server
- **ssr.js** - just enough fake DOM for `fw.js` to work in non-browser contexts
[current file sizes](./sizes.md)