Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/snimmagadda1/feined-server
- Owner: snimmagadda1
- Created: 2024-11-03T20:40:53.000Z (2 days ago)
- Default Branch: main
- Last Pushed: 2024-11-03T21:06:23.000Z (2 days ago)
- Last Synced: 2024-11-03T21:26:16.295Z (2 days ago)
- Language: TypeScript
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)