Skip to content

v0.1.0

Compare
Choose a tag to compare
@ksysoev ksysoev released this 30 Apr 12:41
· 264 commits to main since this release
02c9f20

Release Notes for Wasabi v0.1.0

Excited to announce the initial release of Wasabi, a toolkit for creating WebSocket API gateways in Go.

Features:

  • WebSocket API Gateway: Easily create robust and scalable WebSocket applications with a simple and intuitive API.
  • Middleware Support: Wasabi comes with built-in middleware support, allowing you to easily extend and customize your WebSocket server's functionality. It support middleware for establishing WS connections and also for processing each individual request.
  • Backend Integration: Wasabi provides seamless integration with your http backend services.
  • Dispatch Mechanism: Wasabi includes a dispatch mechanism for efficient message routing to multiple backends.

Full Changelog: https://github.com/ksysoev/wasabi/commits/v0.1.0