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

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

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)