GitXplorerGitXplorer
j

HelloOwin

public
1 stars
0 forks
5 issues

Commits

List of commits on branch main.
Verified
7ac5a08902ae4c8a29ccfb1c866c047964baeaaf

Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 (#267)

ddependabot[bot] committed 17 days ago
Verified
6d0fdbffccfb9d822eaae3e08b1618121bea8315

Bump coverlet.collector from 6.0.2 to 6.0.3 (#268)

ddependabot[bot] committed 17 days ago
Verified
cf3eb1ae7fa461939427d965c7ba6bf0bb7b2485

Bump FluentAssertions from 6.12.2 to 7.0.0 (#266)

ddependabot[bot] committed 2 months ago
Verified
10fdf7cc25dcc0f2c79904d02cee3c036ba7fa73

Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 (#265)

ddependabot[bot] committed 2 months ago
Verified
f161320a8d4a8e5ac54bfff7652f9b3961fe8aa9

Bump FluentAssertions from 6.12.1 to 6.12.2 (#264)

ddependabot[bot] committed 2 months ago
Verified
c6ba76f701bbc577f428f2946a53638b98725d20

Bump JetBrains.Annotations from 2024.2.0 to 2024.3.0 (#263)

ddependabot[bot] committed 3 months ago

README

The README file for this repository.

Hello Owin

A simple example of a service-oriented client-server application written using OWIN

Build Status

Linux Windows
.NET Core Build status

How to Run the Sample

  1. Build HelloOwin.sln, which should restore / download any missing NuGet packages.

  2. Run HelloOwinServer.exe (use default values, or /? to see cmd line options)

  3. Run HelloOwinClient.exe (use default values, or /? to see cmd line options)

Server Log Messages

If the server starts up ok, then you should see console messages similar to this:

Starting Owin server at Address = http://localhost:12345 UseJson = True

Press any key to exit.

Client Log Messages

If everything works ok for client, then you will see console messages similar to this.

Hello, Jorgen!

Press any key to exit.

If the server is not running, or if the client is trying to connect to a different address than the server is listenting to, then you will see error messages on the console window similar to this.

Error starting HelloOwinClient.exe
System.AggregateException: One or more errors occurred.
---> System.Net.WebException: Unable to connect to the remote server
---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it
127.0.0.1:54321