Gland framework is now fully protocol-agnostic and 100% event-driven.
The framework is no longer tied to HTTP and can work with various protocols like HTTP, WebSocket, RPC, MQTT, etc.
Introduction of Broker Adapters which act as bridges between the chosen protocol and Gland's event system.
The old @glandjs/http package has been split and abstracted, with the actual server implementation now residing in protocol-specific adapters like Express or Fastify.