Total.js OpenSync is a lightweight synchronization HTTP server that can handle external requests according to the channels and send their data to all connected clients.
OpenSync resends data between multiple apps via WebSocket. As a result, all connected clients can consume data. So, you can quickly refresh session data or notify apps about new changes in a database.
The app supports an HTTP listener that allows you to capture all incoming requests. Also, multipart/form-data is supported too. OpenSync app can be a useful tool for Total.js Flow.
You can capture data directly in the Terminal with the help of e.g., the CURL tool or make a simple HTML page with the WebSocket implementation connected to your OpenSync app.
We have prepared several small integration apps that can help you store files, send emails, write logs, do real-time synchronization or integrate external OAuth 2.0 services like Google, Apple, Facebook, etc.. All apps are optimized for easy and quick usage in various cases.