1 个仓库
Server-side frameworks written in JavaScript designed to provide data services and connectivity to frontend applications.
Distinguishing note: The candidates were limited to specific algorithm implementations rather than a general backend framework for data persistence.
Explore 1 awesome GitHub repository matching web development · JavaScript Backend Frameworks. Refine with filters or upvote what's useful.
Hoodie 是一个数据同步框架和离线优先的 JavaScript 后端,旨在保持客户端数据存储与远程后端同步。它提供了一个本地优先的持久化层,通过抽象客户端数据库,允许应用程序在离线时保持功能。 该系统具有 NoSQL 后端接口,无需自定义服务端样板代码即可与远程数据存储进行交互。这由一个模块化的可插拔后端适配器驱动系统支持,该系统将同步层连接到各种远程数据库提供商。 该框架管理客户端数据同步和本地优先持久化,以确保跨设备的一致性。它涵盖了后端服务器的部署以处理数据持久化,以及为 Web 和移动应用程序创建离线 API。
Provides a standardized JavaScript communication layer for setting up servers that handle data persistence for frontend interfaces.