https://github.com/rocicorp/replicache-express
Generic Repliache Express Backend Server
https://github.com/rocicorp/replicache-express
Last synced: over 1 year ago
JSON representation
Generic Repliache Express Backend Server
- Host: GitHub
- URL: https://github.com/rocicorp/replicache-express
- Owner: rocicorp
- License: other
- Created: 2022-08-23T20:57:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-10T02:31:07.000Z (about 3 years ago)
- Last Synced: 2025-03-24T08:47:57.617Z (over 1 year ago)
- Language: TypeScript
- Size: 289 KB
- Stars: 8
- Watchers: 6
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# replicache-express
This is a generic Replicache backend built on Express.
It's "generic" in the sense that it works with any Replicache mutators (using the [Shared Mutator](https://doc.replicache.dev/share-mutators) pattern), and doesn't require app-specific code to sync. It is also agnostic to what frontend framework you use.
## Usage
See https://github.com/rocicorp/replicache-examples for example usage.
This isn't very extensible yet. For example, there are no integration points for authentication, authorization, custom database schema,etc.
We imagine over time, and with experience it will start to be clear what the extension points should be.
For now, if you'd like to add features to this the best way is probably to fork it.
## Contributing
PRs and feature requests are welcome!