Open source / self-hosted GitHub
Connect your users and build collaborative live applications.
We’ve implemented an excellent communication mechanism for your application. You have full WebSocket capabilities augmented with channels where you may opt-in your user to receive live data updates.
Suppose you want to build a chat application to let your users inside an organization talk about a certain project.
While talking to other teammates, imagine we would also want to update each
project page when a team member changes a field in the projects
repository.
Each of your database repositories has a read-only channel matching the permissions of the repository created automatically.
Users can opt-in to receive live data update and adjust the UI accordingly.
All the orchestration is done for you. You implement the client-side with the standard WebSocket’s API.
Your WebSocket data is not required to be persisted to your database. It opens scenarios like real-time editing or real-time drawing. You don’t want to save each user interaction into a database so others can receive messages. StaticBackend offers both and you decide how you want to create your real-time data flow.
Next component is the form processing.
© 2023 Focus Centric Inc. All rights reserved.