📄️ Tarant
Tarant is a TypeScript/JavaScript library for building software using the actor system model.
📄️ Tarant Utils
Provide a set of utils that help apply some of the paterns that tarant uses.
📄️ Tarant DB Persist
Provide the capabilities to actors on the backend to be persisted using waterline adapters.
📄️ Tarant Local Storage
Usually complex applications need to store offline part of the state, so it can be synced back or reused later. This
📄️ Tarant Sync Client
Provide the capabilities to actors to synchronize with a backend.
📄️ Tarant Sync Router Express
remote-sync server for bindings clients using routers or tarant-sync-router-express
📄️ Tarant React
Provide the capabilities to actors to be render using the react framework.
📄️ Tarant Vue
Provide the capabilities to actors to be render using the vue framework.