Skip to content

Latest commit

 

History

History

c-sharp-server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

C# Authentication Server

See full tutorial at https://docs.ditto.live/csharp/authentication-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 c-sharp-client
    dotnet run