Skip to content

startupjs/teamplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

54da6b3 · Nov 8, 2024
Jul 4, 2024
Jul 6, 2024
Nov 8, 2024
May 26, 2024
Nov 8, 2024
Jul 4, 2024
May 20, 2024
Nov 8, 2024
Jul 5, 2024
Nov 8, 2024
Sep 3, 2024
Jul 6, 2024
Jul 4, 2024
Nov 8, 2024

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