icon
ORBIT
GORBIT
A lightweight, fast, and expressive web framework for Go inspired by the simplicity of Express.js.
Import gorbit right now
Documentation
Why Gorbit?

Build modern APIs, real-time apps and production services. with Go.

Gorbit gives you a familiar developer experience while taking advantage of Go's speed, concurrency and simplicity. Gorbit combines an Express-inspired API with Go's performance to help you build REST APIs, real-time WebSocket applications, and production services using a clean, modular architecture.

HTTP + WebSockets
One framework
Realtime
Built-in WebSockets

RESTful Routing

Build clean APIs with modular routers, middleware, route parameters and mounting.

Built-in WebSockets

Create event-driven WebSocket applications with rooms, events and broadcasting.

Express-like API

A familiar developer experience with idiomatic Go performance and simplicity.

Production Ready

Designed for scalable services with middleware, static files, cookies and JSON helpers.

Quickstart, paste this in your entry point file
GitHub Repository
Loading repository...