Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrablue/awesome-lowfat-js
⚡️ A curated list of awesome low-dependency things related to JavaScript
https://github.com/terrablue/awesome-lowfat-js
List: awesome-lowfat-js
awesome awesome-list javascript
Last synced: 3 months ago
JSON representation
⚡️ A curated list of awesome low-dependency things related to JavaScript
- Host: GitHub
- URL: https://github.com/terrablue/awesome-lowfat-js
- Owner: terrablue
- License: mit
- Created: 2024-06-27T11:26:57.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-28T23:46:37.000Z (8 months ago)
- Last Synced: 2024-06-29T18:47:34.720Z (8 months ago)
- Topics: awesome, awesome-list, javascript
- Homepage:
- Size: 2.93 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Awesome Low-Fat JS
A curated list of awesome low-dependency things related to JavaScript## Rules
* No more than 10 dependencies
* Dependency depth <= 2 (total depth of <= 3)
* Things marked with * are also maintained by the maintainer of this repository## Contents
- [Articles](#articles)
- [Frameworks](#frameworks)
- [Libraries](#libraries)
- [Tools](#tools)
- [License](#license)## Articles
## Frameworks
- [Primate](https://primatejs.com) - Polymorphic development platform *
- [VanJS](https://vanjs.org) - VanJS. A minimalist React-like UI library based
on vanilla JavaScript and DOM.
- [HTMX](https://htmx.org) - high power tools for html
- [Voby](https://github.com/vobyjs/voby) - A high-performance framework with
fine-grained observable-based reactivity for building rich applications.## Libraries
- [rcompat](https://github.com/rcompat/rcompat) - JavaScript interoperability
and runtime compatibility layer for servers *
- [ws](https://github.com/websockets/ws) - Simple to use, blazing fast and
thoroughly tested websocket client and server for Node.js
- [busboy](https://github.com/mscdex/busboy) - A streaming parser for HTML form
data for node.js
- [dotenv](https://github.com/motdotla/dotenv) - Loads environment variables
from .env file
- [ssh2](https://github.com/mscdex/ssh2) - SSH2 client and server modules
written in pure JavaScript for node.js
- [clack](https://github.com/bombshell-dev/clack) - Effortlessly build
beautiful command-line apps
- [dequal](https://github.com/lukeed/dequal) - A tiny (304B to 489B) utility
for check for deep equality### Databases
- [postgres](https://github.com/porsager/postgres) - Fastest full featured
PostgreSQL client for Node.Js
- [@electric-sql/pglite](https://github.com/electric-sql/pglite) - Lightweight
Postgres packaged as WASM into a TypeScript library for the browser, Node.js,
Bun and Deno
- [esqlite](https://github.com/mscdex/esqlite) - An SQLite binding for node.js
with built-in encryption, focused on simplicity and (async) performance## Tools
- [esbuild](https://esbuild.github.io) - An extremely fast bundler for the web
## License
MIT
## Contributing
By contributing to Awesome Low-Fat JS, you agree that your contributions will
be licensed under its MIT license.