Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DRAFT!] Multiplayer with Blazor Server #193

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Nov 9, 2021

  1. Added a server side project, to host the wasm in an ifram

    It's hooked up to run multiple startup projects, it'll work better with a project reference instead.
    lachlanwgordon committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    4dea22c View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

  1. WASM trains is now hosted inside Blazor server

    This is done with a project reference to the wasm hosting the static files
    I've got some shared state between instances of the page but not passing into the wasm yet
    lachlanwgordon committed Nov 11, 2021
    Configuration menu
    Copy the full SHA
    80e344b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Setup shared state with two input controls to test

    add a github action generated by the right click publish dialogue. That's pretty cool.
    lachlanwgordon committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    7f642cd View commit details
    Browse the repository at this point in the history
  2. Setup interop

    I can pass a message entered by the user in  Blazor server all the way through javascript and into WASM world and put it on the page
    lachlanwgordon committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    603a4a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    808e32d View commit details
    Browse the repository at this point in the history