backlink
v2.2.5
Published
zync is a backend framework for Bun.js
Downloads
4
Maintainers
Readme
🚀 Overview
Zync is a lightweight, modular backend framework built for modern JavaScript runtimes. Designed specifically for Bun, Zync delivers performance, simplicity, and flexibility for developers who want to build fast APIs or backends with minimal setup.
🧰 Features at a Glance
🔹 Core System
📥 Request Handling
Effortlessly extract path, query, and body parameters.🧩 Middleware Pipeline
Plug in logic at every step of the request lifecycle.📤 Response Helpers
Send clean and consistent JSON or plain responses.❗ Error Handling
Built-in error reporting with graceful fallbacks.🗃️ Database Toolkit
SQLite-ready, with utility methods for common queries.
🔌 Optional Add-ons
Enhance your backend with built-in modules:
- 📝 Form Data Parser – Easily read multipart or URL-encoded bodies.
- 🍪 Cookie Helpers – Read, write, and clear cookies.
- 🔐 Encrypted Token System – Sign and verify tokens securely.
📚 Documentation
📘 Whether you’re just starting or integrating advanced tools, we’ve got you covered:
📄 Getting Started
Step-by-step setup and usage examples.🗃️ Database Integration
Learn how to work with SQLite and custom adapters.⚙️ Add-ons Guide
Plug-and-play add-ons for enhanced capabilities.
🤝 Contribution
We welcome all contributions — no matter your experience level!
Ways to contribute:
📜 License
Licensed under the [MIT License](LICENSE.
