awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

46 个仓库

Awesome GitHub RepositoriesWeb Framework Libraries

Extensions and middleware for building server-side applications.

Explore 46 awesome GitHub repositories matching part of an awesome list · Web Framework Libraries. Refine with filters or upvote what's useful.

Awesome Web Framework Libraries GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • openkitten/mongokittenOpenKitten 的头像

    OpenKitten/MongoKitten

    751在 GitHub 上查看↗

    Native MongoDB driver for Swift, written in Swift

    Provides a native MongoDB driver for Swift.

    Swift
    在 GitHub 上查看↗751
  • mihaelisaev/swifqlMihaelIsaev 的头像

    MihaelIsaev/SwifQL

    300在 GitHub 上查看↗

    💎 A Swift DSL for type-safe, extensible, and transformable SQL queries.

    Builds flexible and type-safe SQL queries.

    Swift
    在 GitHub 上查看↗300
  • vapor-community/imperialvapor-community 的头像

    vapor-community/Imperial

    195在 GitHub 上查看↗

    Federated Authentication with OAuth providers

    Handles federated authentication with OAuth providers.

    Swift
    在 GitHub 上查看↗195
  • brokenhandsio/vaporsecurityheadersbrokenhandsio 的头像

    brokenhandsio/VaporSecurityHeaders

    153在 GitHub 上查看↗

    Harden Your Security Headers For Vapor

    Hardens application security via HTTP headers.

    Swift
    在 GitHub 上查看↗153
  • mihaelisaev/fluentqueryMihaelIsaev 的头像

    MihaelIsaev/FluentQuery

    148在 GitHub 上查看↗

    🗃 Powerful and easy to use Swift Query Builder for Vapor 3.

    Builds complex raw SQL queries using Swift keypaths.

    Swift
    在 GitHub 上查看↗148
  • vapor-community/vapormailgunservicevapor-community 的头像

    vapor-community/VaporMailgunService

    124在 GitHub 上查看↗

    📧 Service to assist with sending emails from Vapor apps

    Sends emails using the Mailgun service.

    Swift
    在 GitHub 上查看↗124
  • liveui/s3LiveUI 的头像

    LiveUI/S3

    103在 GitHub 上查看↗

    Lightweight S3 client and signer for Swift (works great with Vapor 4).

    Accesses Amazon S3 and compatible storage services.

    Swift
    在 GitHub 上查看↗103
  • jinxiansen/guardianJinxiansen 的头像

    Jinxiansen/Guardian

    89在 GitHub 上查看↗

    Service Side Swift:Vapor 3 based API Guardian Middleware. 🦁

    Provides modern rate-limiting middleware functionality.

    Swift
    在 GitHub 上查看↗89
  • liveui/mailcoreLiveUI 的头像

    LiveUI/MailCore

    85在 GitHub 上查看↗

    ##

    Sends emails via SMTP, MailGun, and SendGrid.

    Swift
    在 GitHub 上查看↗85
  • vapor-community/sendgrid-providervapor-community 的头像

    vapor-community/sendgrid-provider

    78在 GitHub 上查看↗

    📧 SendGrid-powered mail backend for Vapor

    Integrates SendGrid for email delivery.

    Swift
    在 GitHub 上查看↗78
  • nodes-vapor/gatekeepernodes-vapor 的头像

    nodes-vapor/gatekeeper

    76在 GitHub 上查看↗

    Gatekeeper is a middleware that restricts the number of requests from clients, based on their IP address (can be customized). It works by adding the clients identifier to the cache and count how many requests the clients can make during the Gatekeeper's defined lifespan and give back an HTTP…

    Implements rate limiting middleware for API protection.

    Swift
    在 GitHub 上查看↗76
  • nodes-vapor/paginatornodes-vapor 的头像

    nodes-vapor/paginator

    71在 GitHub 上查看↗

    This package currently offers support for offset pagination on Array and QueryBuilder.

    Handles query pagination for database models.

    Swift
    在 GitHub 上查看↗71
  • twof/vaporcrudroutertwof 的头像

    twof/VaporCRUDRouter

    71在 GitHub 上查看↗

    CrudRouter is a Rails-inspired extension to Vapor's routing system that makes it as simple as possible to set up CRUD (Create, Read, Update, Delete) routes for any Model. CrudRouter provides an API very similar to Rails' resources but with a few extra features including automatic responder…

    Generates RESTful CRUD routes for data models automatically.

    Swift
    在 GitHub 上查看↗71
  • vapor-community/paginationvapor-community 的头像

    vapor-community/pagination

    66在 GitHub 上查看↗

    Pagination is based off of the Fluent 2 pagination system.

    Simplifies result set pagination.

    Swift
    在 GitHub 上查看↗66
  • nodes-vapor/storagenodes-vapor 的头像

    nodes-vapor/storage

    66在 GitHub 上查看↗

    A package to ease the use of multiple storage and CDN services.

    Simplifies interaction with multiple storage and CDN services.

    Swift
    在 GitHub 上查看↗66
  • openkitten/meowOpenKitten 的头像

    OpenKitten/Meow

    65在 GitHub 上查看↗

    Meow is a boilerplate-free object persistence framework for Swift and MongoDB, from the creators of MongoKitten.

    Offers an alternative codable ORM for MongoDB.

    Swift
    在 GitHub 上查看↗65
  • brokenhandsio/leaf-error-middlewarebrokenhandsio 的头像

    brokenhandsio/leaf-error-middleware

    66在 GitHub 上查看↗

    Serve up custom 404 and server error pages for your Vapor App

    Serves custom error pages for application failures.

    Swift
    在 GitHub 上查看↗66
  • vapor-community/leaf-markdownvapor-community 的头像

    vapor-community/leaf-markdown

    64在 GitHub 上查看↗

    A Markdown renderer for Vapor and Leaf. This uses the Vapor Markdown package to wrap cmark (though a fork is used to make it work with Swift PM), so it understands Common Mark. A quick reference guide for Common Mark can be found here. It also supports Github Flavored Markdown.

    Renders Markdown content within templates.

    Swift
    在 GitHub 上查看↗64
  • vapor-community/lingo-vaporvapor-community 的头像

    vapor-community/Lingo-Vapor

    59在 GitHub 上查看↗

    A Vapor provider for Lingo - a pure Swift localization library ready to be used in Server Side Swift projects.

    Provides localization support for applications.

    Swift
    在 GitHub 上查看↗59
  • vapor-community/google-cloud-providervapor-community 的头像

    vapor-community/google-cloud-provider

    47在 GitHub 上查看↗

    In your Package.swift file, add the following

    Facilitates interaction with Google Cloud Platform APIs.

    Swift
    在 GitHub 上查看↗47
上一个123下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Web Framework Libraries