GyroGearl00se / Solace-Web-Client

A web client to connect to a Solace PubSub+ Event Broker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solace Web Client

ARCHIVED

Due to change of the used Framework (Razor -> Blazor) and complete rewrite of code, I've decided to start over with a new repo.

GitHub - SolaceWebClient

Description

The Solace Web Client is using the .NET (C#) library and offers Queue browsing - (Publish/Subscribe to be implemented soon).

Secure Connection (TLS)

To perform secure connections (tcps://) mount the certificate(s) from your desired endpoint(s) in the "/app/trustedca" directory.

Environment Variables

Variable Value Function
SWC_SKIP_SSL_VERIFY true / false skip ssl verification for tcps connections (default: false)

Docker

docker run -d -p 8080:8080 gyrogearl00se/solace-web-client:latest

For TCPS connections
docker run -d -p 8080:8080 -v $(pwd)/certs:/app/trustedca gyrogearl00se/solace-web-client:latest

For TCPS connections without certificate verification (not recommended!)
docker run -d -p 8080:8080 -e SWC_SKIP_SSL_VERIFY=true gyrogearl00se/solace-web-client:latest

About

A web client to connect to a Solace PubSub+ Event Broker


Languages

Language:HTML 50.0%Language:C# 38.2%Language:CSS 9.1%Language:Dockerfile 2.0%Language:JavaScript 0.7%