π A fast, offline-first, reactive database for JavaScript Applications - rxdb/README.md at master Β· pubkey/rxdb... (more…)
Read more »
A lightweight, powerful framework for multi-agent workflows and voice agents - openai/openai-agents-js... (more…)
Read more »
Web Workers are a simple means for web content to run scripts in background threads. The worker thread can perform tasks without interfering with the user interface. In addition, they can perform I/O using XMLHttpRequest (although the responseXML and chan... (more…)
Read more »
Spected is a low level validation library for validating objects against defined validation rules.
Framework specific validation libraries can be built upon spected, leveraging the spected appraoch of separating the speciific input from any validation.
Fu... (more…)
Read more »
The Maybe type is a popular abstraction for defining values that may or may not exist. Why should you use it in JavaScript? (more…)
Read more »