Skip to content

vibranovsky/teamplay

 
 

Repository files navigation

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
*** similar to Firebase but with your own MongoDB-compatible database

Installation

For installation and documentation see teamplay.dev

License

MIT

About

Full-stack signals ORM with multiplayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.2%
  • TypeScript 0.8%