Skip to content

Latest commit

 

History

History
 
 

README.md

@epicgames-ps/lib-pixelstreamingsignalling

A library for developers wanting to implement tools that signal Pixel Streaming applications.

Building

To build the Signalling module invoke the following commands in the Common and Signalling directories.

npm install
npm run build
# Or npm run build-dev

This will result in a /dist or /build output directory.

Note: If you just want to get a signalling server up and running refer to "Getting Started"

Documentation

The API documentation is here and covers details of all exported components of the library.