https://github.com/gldraphael/blazor-wasm-signalr-exp
https://github.com/gldraphael/blazor-wasm-signalr-exp
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gldraphael/blazor-wasm-signalr-exp
- Owner: gldraphael
- Created: 2020-06-13T19:39:08.000Z (about 6 years ago)
- Default Branch: dev
- Last Pushed: 2024-06-12T03:19:25.000Z (about 2 years ago)
- Last Synced: 2025-05-30T14:45:29.271Z (about 1 year ago)
- Language: HTML
- Size: 853 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blazor + WebAssembly + SignalR Experiment

## Quickstart
### Running a per-built docker image locally
1. Open up your terminal, and run:
```sh
docker run --rm -p 6789:80 gldraphael/blazor-wasm-signalr-exp
```
1. Browse to `http://localhost:6789`.
### Building and running the sample locally within docker
```sh
git clone git@github.com:gldraphael/blazor-wasm-signalr-exp.git
cd blazor-wasm-signalr-exp
docker-compose build
docker-compose up
```