Menu

Tree [a261f9] main /
 History

HTTPS access


File Date Author Commit
 .github 2022-07-19 Ben Greenier Ben Greenier [5d9bb9] feat(readme): Prettify readme 💄
 host-example 2022-07-02 Ben Greenier Ben Greenier [2f505a] feat(0.4.0-beta.2): Update SDK
 host-example-core 2022-08-23 Lynn Lynn [34d48e] Nudge CI
 host-example-gui 2022-08-22 Lynn Lynn [aed477] feat(0.5.0): show version in title bar
 host-service-example 2022-08-23 Lynn Lynn [1d2dc9] Update service-example.csproj
 .actrc 2022-02-17 Ben Greenier Ben Greenier [cb3733] feat(ci-cd): Add CI/CD to this project (#6)
 .gitignore 2022-01-15 Andrew Andrew [bfe2d1] Initial commit
 LICENSE 2022-01-15 Andrew Andrew [bfe2d1] Initial commit
 README.md 2022-07-19 Ben Greenier Ben Greenier [5d9bb9] feat(readme): Prettify readme 💄

Read Me

![A multi-colored spiral on a dark background with the Rainway logo and the text "Node Examples" in the center](.github/header.jpg) [💯 Stable Branch](https://github.com/RainwayApp/rainway-sdk-csharp-examples/tree/main) - [🚀 Beta Branch](https://github.com/RainwayApp/rainway-sdk-csharp-examples/tree/beta) - [📘 Read the Docs](https://docs.rainway.com/docs/net-getting-started) - [🎁 Get Started](https://hub.rainway.com/landing) [![Nuget (with prereleases)](https://img.shields.io/nuget/vpre/rainway-sdk)](https://www.nuget.org/packages/rainway-sdk) [![Nuget](https://img.shields.io/nuget/dt/rainway-sdk)](https://www.nuget.org/packages/rainway-sdk) [![Host Example CI](https://github.com/RainwayApp/rainway-sdk-csharp-examples/actions/workflows/host-example-ci.yml/badge.svg)](https://github.com/RainwayApp/rainway-sdk-csharp-examples/actions/workflows/host-example-ci.yml) [![Host Service Example CI](https://github.com/RainwayApp/rainway-sdk-csharp-examples/actions/workflows/host-service-example-ci.yml/badge.svg)](https://github.com/RainwayApp/rainway-sdk-csharp-examples/actions/workflows/host-service-example-ci.yml) [![CD](https://github.com/RainwayApp/rainway-sdk-csharp-examples/actions/workflows/cd.yml/badge.svg)](https://github.com/RainwayApp/rainway-sdk-csharp-examples/actions/workflows/cd.yml)

rainway-sdk-csharp-examples

Various examples of how to use the Rainway SDK with .NET:

  • host-example - A CLI example that allows all web clients to connect and stream the desktop.
  • host-example-gui - A GUI example that allows all web clients to connect and stream the desktop.
  • host-service-example - A CLI example that can act as both a standard process and a windows service.

Note: Both host-example and host-example-gui consume a shared base project, host-example-core which exposes a small wrapper for allowing clients to connect and stream.