Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Adding small references to Common and SS_Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcottontensor committed Jan 25, 2024
1 parent d17c7f8 commit af810c6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ The Pixel Streaming Infrastructure contains reference implementations for all th
- A signalling web server, called Cirrus, found in [`SignallingWebServer/`](SignallingWebServer/).
- An SFU (Selective Forwarding Unit), found in [`SFU/`](SFU/).
- A matchmaker, found in [`Matchmaker/`](Matchmaker/).
- A common library for frontend applications, found in [`Common/`](Common/).
- Several frontend projects for the WebRTC player and input, found in [`Frontend/`](Frontend/):
- shared libraries for [communication](Frontend/library/) and [UI](Frontend/ui-library/) functionality
- separate [implementations](Frontend/implementations/) using different techologies such as TypeScript or React/JSX

For detailed information, see the [/frontend](/Frontend/).
- For detailed information, see the [/frontend](/Frontend/).
- A signalling protocol test application that validates implementations of the signalling protocol, found in [`SS_Test/`](SS_Test/).

## Releases
We release a number of different components under this repository, specifically:
Expand Down

0 comments on commit af810c6

Please sign in to comment.