Client-side Communication
Establish real-time communication pipeline between Unity and Unreal Engine apps and the web pages.
Last updated
Establish real-time communication pipeline between Unity and Unreal Engine apps and the web pages.
Last updated
Vagon Streams allows the establish end-to-end message communication between applications and the client side with custom UI interactions.
By using the events and functions listed in Javascript SDK page, you can create custom web UIs on top of your application and easily send custom messages for your project requirements.
In addition to the client-side messages, you can send messages from the application to a custom web UI with Unreal Engine SDKand Unity SDK functionalities.
Besides the predefined message types for specific actions, it's possible to transmit any custom message between the client side and the application side as well.
Integrate Unreal Engine SDK inside the project, and map the events by using Pixel Streaming messaging functionalities.
Embed your Vagon Streams link into a web page as an iframe.
Add Vagon Javascript SDK to your web page by .
Send and receive messages between the client side and your application.
Integrate Unity SDK depending on your engine inside the project, and map the events by using Pixel Streaming messaging functionalities.
Embed your Vagon Streams link into a web page as an iframe.
Add Vagon Javascript SDK to your web page by .
Send and receive messages between the client side and your application.
Integrate Unreal Engine SDK or Unity SDK depending on your engine inside the project, and map the events by using Pixel Streaming messaging functionalities.
Embed your Vagon Streams link into a web page as an iframe.
Send and receive messages between the client side and your application.
Add Vagon Javascript SDK to your web page by .