Web development libraries
Resources
- Babylon.js
Our mission is to build one of the most powerful, beautiful, simple, and open web rendering engines in the world.
- Breeze
Breeze is a library that helps you manage data in rich client applications. If you store data in a database, query and save those data as complex object graphs, and share these graphs across multiple screens of your JavaScript client, Breeze is for you. Client-side querying, caching, dynamic object graphs, change tracking and notification, model validation, batch save, offline … all part of rich data management with Breeze. Breeze clients communicate with any remote service that speaks HTTP and JSON.
- Bookshelf.js
A simple Node.js ORM for PostgreSQL, MySQL and SQLite3 built on top of Knex.js
- Dojo
A Progressive Framework for Modern Web Apps
- htmx
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext
- Book
- Knex.js - A SQL Query Builder for JavaScript
Knex.js (pronounced /kəˈnɛks/) is a “batteries included” SQL query builder for PostgreSQL, CockroachDB, MSSQL, MySQL, MariaDB, SQLite3, Better-SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. It features both traditional node style callbacks as well as a promise interface for cleaner async flow control, a stream interface, full-featured query and schema builders, transaction support (with savepoints), connection pooling and standardized responses between different query clients and dialects.
- Passport.js
- Authentication middleware for Node.js