C
CanxJS
v1.6.2
  • Learn
  • Blog
  • Showcase
C
CanxJS

Ultra-fast async MVC backend framework for Bun. Build production-ready APIs with elegance and speed.

Resources

  • Documentation
  • Learn
  • Blog
  • Showcase

Documentation

  • Introduction
  • Installation
  • Core Concepts
  • CLI Commands
  • API Reference

Legal

  • Privacy Policy
  • Terms of Service

© 2026 CanxJS. All rights reserved.

Built with ❤️ for Candra Kirana

  • Release Notes
  • Upgrade Guide
  • Downgrade Guide
  • Contribution Guide

Release Notes

Stay up to date with the latest improvements and features in CanxJS.

# Support Policy

For all CanxJS releases, bug fixes are provided for 18 months and security fixes are provided for 2 years. For all additional libraries, only the latest major release receives bug fixes.

VersionNode (*)ReleaseBug Fixes UntilSecurity Fixes Until
1.6
18+February 2026August 2027February 2028
1.3
18+October 2025April 2027October 2027
1.2
16+June 2025December 2026June 2027
1.0
16+December 2024June 2025December 2025
Current
Active
Security fixes only
End of life

(*) Supported Node.js versions

# CanxJS 1.6

v1.6.2

Current
February 2026

New Features

Task Scheduler

A robust cron-style task scheduler has been added, allowing you to schedule repeated tasks directly from your code without relying on the operating system's crontab.

Events System

A fully-featured event observer implementation. You can now define Event classes and Listeners to decouple your application logic.

Notification System

Added support for sending notifications via multiple channels (Email, Database, SMS). Includes a fluent API for constructing messages.

Storage System

introduced a powerful file storage abstraction with support for Local and S3 drivers, making file handling seamless across environments.

# CanxJS 1.0

v1.0.0

December 2024

Initial release of CanxJS, featuring the core ultra-fast HTTP server, routing engine, and dependency injection container.