rafaelfgx / ChatService

ChatService (SignalR).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatService

SignalR

Run

Command Line

Prerequisites

Steps

  1. Open directory source\ChatService\Client in command line and execute npm run restore.
  2. Open directory source\ChatService in command line and execute dotnet run.
  3. Open https://localhost:5000 in more than one browser tab.
Visual Studio Code

Prerequisites

Steps

  1. Open directory source\ChatService\Client in command line and execute npm run restore.
  2. Open source directory in Visual Studio Code.
  3. Press F5.
  4. Open https://localhost:5000 in more than one browser tab.
Visual Studio

Prerequisites

Steps

  1. Open directory source\ChatService\Client in command line and execute npm run restore.
  2. Open source\ChatService.sln in Visual Studio.
  3. Set ChatService as startup project.
  4. Press F5.
  5. Open https://localhost:5000 in more than one browser tab.

About

ChatService (SignalR).

License:MIT License


Languages

Language:TypeScript 54.1%Language:C# 27.6%Language:HTML 11.3%Language:SCSS 7.0%