2 रिपॉजिटरी
Reusable modules that extend the functionality of a web framework by hooking into the request lifecycle.
Distinct from Plugin-Based Extensions APIs: Shortlist candidates focus on browser extensions or transport protocols; this is for general web framework extensibility.
Explore 2 awesome GitHub repositories matching web development · Web Framework Plugins. Refine with filters or upvote what's useful.
Javalin is a lightweight web framework for Java and Kotlin designed for building REST APIs and web applications. It functions as an embedded Jetty web server, allowing applications to run as standalone processes without the need for an external servlet container. The project provides specialized frameworks for diverse communication patterns, including a REST API framework with automatic OpenAPI schema generation, a GraphQL API framework with query and mutation resolvers, and a WebSocket server for bidirectional real-time communication. It also includes a dedicated framework for pushing real-t
Enables the addition of custom functionality through reusable modules that hook into the request lifecycle.
Vike is a full-stack web framework that provides server-side rendering with client-side hydration, static site generation, and file-based routing. It operates as a plugin-based web framework with a universal JavaScript runtime, allowing the same code to run on both server and client environments. The framework distinguishes itself through its flexible data fetching capabilities, enabling data retrieval at any lifecycle point including server start, browser start, or page render. Its plugin-based extensibility allows for custom integrations and modifications without altering the core framework
A framework that extends core functionality through a plugin system for custom integrations and modifications.