signalling-server

1.0.2 • Public • Published

Signalling Server for Pixel Streaming (Unreal Engine 5)

Installation

Install with npm:

npm install signalling-server --save

Install with yarn:

yarn add signalling-server

Links:

Usage

import SignallingServer from "signalling-server";

SignallingServer({
  UseFrontend: false,
  UseMatchmaker: false,
  UseHTTPS: false,
  UseAuthentication: false,
  LogToFile: true,
  LogVerbose: true,
  HomepageFile: 'player.html',
  AdditionalRoutes: new Map(),
  EnableWebserver: true,
  MatchmakerAddress: "",
  MatchmakerPort: 9999,
  PublicIp: "localhost",
  HttpPort: 80,
  HttpsPort: 443,
  StreamerPort: 8888,
  SFUPort: 8889,
  MaxPlayerCount: -1
})

About

The signalling-server npm module is designed to simplify the process of exchanging data between a web client (Metaeditor) and the Unreal Engine. With this module, you can easily set up a web server that facilitates communication between these two systems.

By running the signalling-server module, you can establish a reliable connection between the client and the server, which allows for efficient exchange of data. This module provides a secure and stable communication channel that ensures data privacy and prevents any unauthorized access.

The signalling-server module is specifically designed for Unreal Engine and provides an easy-to-use interface that allows developers to focus on their core tasks. With this module, developers can quickly set up a web server without worrying about the complexities of building one from scratch.

Overall, the signalling-server module is an essential tool for developers who want to build web applications that interact with Unreal Engine. It streamlines the process of data exchange between these two systems, making it easier to create complex applications with rich features and functionality.

Built With

  • MetaEditor — Complete set of tools for professional developing and running the Unreal Engine’s Applications in browsers.
  • React Pixel Streaming — Pixel Streaming Reactjs plugin for Unreal Engine 5.2

Thank you!

Github profile

License

Pixel Streaming for React.js is licensed under the MIT License.

Package Sidebar

Install

npm i signalling-server

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

55.3 kB

Total Files

15

Last publish

Collaborators

  • markolofsen