Skip to content

startupjs/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 packages/teamplay

License

MIT