Skip to content

getditto/template-c-sharp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Authentication Server

See full tutorial at https://docs.ditto.live/how-to/c-sharp/authenticaiton-server

Usage

  • Start the C# auth server:

    • Use the keys generated from the tutorial above before start
    cd AuthServer
    dotnet run
  • Start the JS client (Web browser):

    cd js-client
    npm i
    npm start
  • Start the C# client (CLI):

    cd DotnetConsoleClient/
    dotnet run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published