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

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

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

1 个仓库

Awesome GitHub RepositoriesClient-Side Serverless Access

Executing database queries on the client side to bypass traditional server infrastructure.

Distinct from Serverless Databases: Distinct from managed serverless databases by moving the execution engine into the user's browser via WASM.

Explore 1 awesome GitHub repository matching devops & infrastructure · Client-Side Serverless Access. Refine with filters or upvote what's useful.

Awesome Client-Side Serverless Access GitHub Repositories

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

    simonw/datasette

    11,198在 GitHub 上查看↗

    Datasette is a tool for publishing and sharing SQLite databases as public websites. It functions as a data publishing system that provides searchable interfaces and JSON APIs to expose the contents of SQLite files. The project enables both server-side and client-side execution. It can operate as an API server or as a database browser that runs entirely within a web browser using WebAssembly, allowing for serverless database access. The system supports a variety of deployment strategies, including containerized images for cloud hosting and a local development server for testing. It includes c

    Uses WebAssembly to run database queries entirely within a web browser, removing the need for backend servers.

    Pythonasgiautomatic-apicsv
    在 GitHub 上查看↗11,198
  1. Home
  2. DevOps & Infrastructure
  3. Serverless Databases
  4. Client-Side Serverless Access