From 28a11af2e98d215c037517a0e72a3b139d975262 Mon Sep 17 00:00:00 2001 From: Justinas <75424325+jusrus01@users.noreply.github.com> Date: Mon, 23 Aug 2021 13:44:47 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fd857da..0c8def8 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ Simple chat room web application to practice .NET Core WebSocket programming and ![Should be an image from previewImages/](https://github.com/jusrus01/ChatRoomNetCoreWebSockets/blob/master/previewImages/normalPage.png) ![Should be an image from previewImages/](https://github.com/jusrus01/ChatRoomNetCoreWebSockets/blob/master/previewImages/atPage.png) ![Should be an image from previewImages/](https://github.com/jusrus01/ChatRoomNetCoreWebSockets/blob/master/previewImages/privatePage.png) +## Usage +1. Host contents of the client folder in HTTP server. +2. Run `dotnet run` inside server folder.