Skip to content

A .NET example implementation of QuickSocket

License

Notifications You must be signed in to change notification settings

QuickSocket/example-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickSocket .NET Example

A simple .NET example implementation of QuickSocket.

Setup

In order to run this example locally you will need to use qs-forward. Once installed follow these instructions:

  1. Login to your QuickSocket account
  2. Navigate to the "Callback" tab
  3. Ensure that the Callback Mode is set to "Forward"
  4. Follow the instructions at qs-forward to run qs-forward

.NET Application Setup

Before running the example application ensure that the generated credentials from the environment you created on the QuickSocket Platform have been added to appsettings.json under the QuickSocket header.

Run the Example

  1. Run the .NET solution in Visual Studio.
  2. Run qs-forward from Command Line with:
qs-forward -client-id <CLIENT_ID> -client-secret <EITHER_CLIENT_SECRET> http://localhost:5321/api/receive 
  1. Run the client with:
npm start
  1. Navigate to localhost:8080

About

A .NET example implementation of QuickSocket

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published