Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/startupjs/teamplay

Full-stack signals ORM with multiplayer
https://github.com/startupjs/teamplay

javascript multiplayer node orm react reactivity signals state-management

Last synced: about 2 months ago
JSON representation

Full-stack signals ORM with multiplayer

Awesome Lists containing this project

README

        

# TeamPlay

> Full-stack signals ORM with multiplayer

Features:

- signals __*__
- multiplayer __**__
- ORM
- auto-sync data from client to DB and vice-versa __***__
- query DB directly from client __***__
- works in pure JS, on server (Node.js) and integrates with React

> __*__ deep signals -- with support for objects and arrays\
> __**__ concurrent changes to the same data are auto-merged using [OT](https://en.wikipedia.org/wiki/Operational_transformation)\
> __***__ similar to Firebase but with your own MongoDB-compatible database

## Installation

For installation and documentation see [teamplay.dev](https://teamplay.dev)

## License

MIT