An open API service indexing awesome lists of open source software.

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

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!