1 Repo
Capabilities for integrating third-party HTTP multiplexers or routers into a web framework.
Distinct from External API Integrations: Candidates focus on API consumption or application integration rather than low-level HTTP routing multiplexer integration.
Explore 1 awesome GitHub repository matching web development · Multiplexer Integrations. Refine with filters or upvote what's useful.
Revel is a full-stack web framework and toolkit for building applications with the Go language. It implements a model-view-controller architecture to separate business logic from user interface rendering, providing a comprehensive system for routing, parameter binding, and session management. The project distinguishes itself with a high-productivity development environment featuring automatic code compilation and hot-reloading, which refreshes the application state and templates upon file changes without requiring manual restarts. It also employs reflection-based parameter binding to automati
The project connects the application with external packages that provide their own HTTP multiplexers to handle routing.