Seamless Integration
++ Connect your SolidJS frontend to a powerful Go backend with gRPC-Gateway, + GraphQL, and real-time WebSockets. +
+ +gRPC Gateway (REST)
+Lightweight JSON communication translated directly from your Protobuf definitions.
+fetch('/v1/auth/me')
+ GraphQL
+Flexible data fetching with built-in subscriptions and deep hierarchy support.
+query {'{'} me {'{'} name {'}'} {'}'}
+ Real-time Bus
+Live events pushed directly to your UI via the internal Event Bus and WebSockets.
+Awaiting live events...
}> +