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 is a data synchronization framework and offline-first JavaScript backend designed to keep client-side data stores in sync with a remote backend. It provides a local-first persistence layer that allows applications to remain functional while offline by abstracting the client-side database. The system features a NoSQL backend interface that enables interaction with remote data stores without requiring custom server-side boilerplate code. This is supported by a modular driver system of pluggable backend adapters that connect the synchronization layer to various remote database providers.
Provides a standardized JavaScript communication layer for setting up servers that handle data persistence for frontend interfaces.