Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 653 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 653 Bytes

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