A simple .NET example implementation of QuickSocket.
In order to run this example locally you will need to use
qs-forward
. Once installed follow these instructions:
- Login to your QuickSocket account
- Navigate to the "Callback" tab
- Ensure that the Callback Mode is set to "Forward"
- Follow the instructions at
qs-forward
to runqs-forward
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 .NET solution in Visual Studio.
- Run
qs-forward
from Command Line with:
qs-forward -client-id <CLIENT_ID> -client-secret <EITHER_CLIENT_SECRET> http://localhost:5321/api/receive
- Run the client with:
npm start
- Navigate to
localhost:8080