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

    751GitHub पर देखें↗

    Native MongoDB driver for Swift, written in Swift

    Provides a native MongoDB driver for Swift.

    Swift
    GitHub पर देखें↗751
  • mihaelisaev/swifqlMihaelIsaev का अवतार

    MihaelIsaev/SwifQL

    300GitHub पर देखें↗

    💎 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

    195GitHub पर देखें↗

    Federated Authentication with OAuth providers

    Handles federated authentication with OAuth providers.

    Swift
    GitHub पर देखें↗195
  • brokenhandsio/vaporsecurityheadersbrokenhandsio का अवतार

    brokenhandsio/VaporSecurityHeaders

    153GitHub पर देखें↗

    Harden Your Security Headers For Vapor

    Hardens application security via HTTP headers.

    Swift
    GitHub पर देखें↗153
  • mihaelisaev/fluentqueryMihaelIsaev का अवतार

    MihaelIsaev/FluentQuery

    148GitHub पर देखें↗

    🗃 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

    124GitHub पर देखें↗

    📧 Service to assist with sending emails from Vapor apps

    Sends emails using the Mailgun service.

    Swift
    GitHub पर देखें↗124
  • liveui/s3LiveUI का अवतार

    LiveUI/S3

    103GitHub पर देखें↗

    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

    89GitHub पर देखें↗

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

    Provides modern rate-limiting middleware functionality.

    Swift
    GitHub पर देखें↗89
  • liveui/mailcoreLiveUI का अवतार

    LiveUI/MailCore

    85GitHub पर देखें↗

    ##

    Sends emails via SMTP, MailGun, and SendGrid.

    Swift
    GitHub पर देखें↗85
  • vapor-community/sendgrid-providervapor-community का अवतार

    vapor-community/sendgrid-provider

    78GitHub पर देखें↗

    📧 SendGrid-powered mail backend for Vapor

    Integrates SendGrid for email delivery.

    Swift
    GitHub पर देखें↗78
  • nodes-vapor/gatekeepernodes-vapor का अवतार

    nodes-vapor/gatekeeper

    76GitHub पर देखें↗

    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

    71GitHub पर देखें↗

    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

    71GitHub पर देखें↗

    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
  • nodes-vapor/storagenodes-vapor का अवतार

    nodes-vapor/storage

    66GitHub पर देखें↗

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

    Simplifies interaction with multiple storage and CDN services.

    Swift
    GitHub पर देखें↗66
  • vapor-community/paginationvapor-community का अवतार

    vapor-community/pagination

    66GitHub पर देखें↗

    Pagination is based off of the Fluent 2 pagination system.

    Simplifies result set pagination.

    Swift
    GitHub पर देखें↗66
  • brokenhandsio/leaf-error-middlewarebrokenhandsio का अवतार

    brokenhandsio/leaf-error-middleware

    66GitHub पर देखें↗

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

    Serves custom error pages for application failures.

    Swift
    GitHub पर देखें↗66
  • openkitten/meowOpenKitten का अवतार

    OpenKitten/Meow

    65GitHub पर देखें↗

    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
  • vapor-community/leaf-markdownvapor-community का अवतार

    vapor-community/leaf-markdown

    64GitHub पर देखें↗

    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

    59GitHub पर देखें↗

    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

    47GitHub पर देखें↗

    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