Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/snimmagadda1/feined-server

Bun + express server to allow DB replication between clients & server
https://github.com/snimmagadda1/feined-server

Last synced: about 4 hours ago
JSON representation

Bun + express server to allow DB replication between clients & server

Awesome Lists containing this project

README

        

# feined-rxdb-server

A bun + express server running the `rxdb-server` package to host a DB to allow replication between clients & the server. The backend for [feined-todo](https://github.com/snimmagadda1/feined-todo).

### 🏠 [Homepage]()

```bash
bun install
```

To run:

```bash
bun run index.ts
```

## Built with
- [bun](https://github.com/oven-sh/bun)
- [rxdb](https://github.com/pubkey/rxdb)
- [express](https://github.com/expressjs/express)