Skip to main content

Version 0.1 Release

ยท One min read

Today marks the first official release of Rage. This initial version includes the foundational pieces:

  • Basic controller API for handling HTTP requests
  • Router implementation with URL matching
  • Fiber scheduler for non-blocking I/O operations

It's a starting point - plenty rough around the edges, but the core architecture is in place. Looking forward to building on this foundation.