Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/startupjs/teamplay
- Owner: startupjs
- Created: 2024-05-20T02:38:33.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-11-05T10:33:36.000Z (2 months ago)
- Last Synced: 2024-11-05T11:38:20.286Z (2 months ago)
- Topics: javascript, multiplayer, node, orm, react, reactivity, signals, state-management
- Language: JavaScript
- Homepage: https://teamplay.dev
- Size: 837 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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