Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelfgx/chatservice
ChatService (SignalR).
https://github.com/rafaelfgx/chatservice
angular asp-net-core aspnet-core aspnetcore chat dot-net dot-net-core dotnet dotnet-core dotnetcore real-time realtime signalr
Last synced: about 1 month ago
JSON representation
ChatService (SignalR).
- Host: GitHub
- URL: https://github.com/rafaelfgx/chatservice
- Owner: rafaelfgx
- License: mit
- Created: 2018-07-21T17:41:22.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T14:26:45.000Z (5 months ago)
- Last Synced: 2024-10-12T15:02:59.226Z (about 1 month ago)
- Topics: angular, asp-net-core, aspnet-core, aspnetcore, chat, dot-net, dot-net-core, dotnet, dotnet-core, dotnetcore, real-time, realtime, signalr
- Language: TypeScript
- Homepage:
- Size: 12.7 KB
- Stars: 32
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# ChatService
[SignalR](https://dotnet.microsoft.com/apps/aspnet/signalr)
## Run
Command Line
#### Prerequisites
* [.NET SDK](https://dotnet.microsoft.com/download)
* [Node.js](https://nodejs.org)
* [Angular CLI](https://cli.angular.io)#### 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 **in more than one browser tab**.Visual Studio Code
#### Prerequisites
* [.NET SDK](https://dotnet.microsoft.com/download)
* [Visual Studio Code](https://code.visualstudio.com)
* [C# Extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.csharp)
* [Node.js](https://nodejs.org)
* [Angular CLI](https://cli.angular.io)#### 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 **in more than one browser tab**.Visual Studio
#### Prerequisites
* [Visual Studio](https://visualstudio.microsoft.com)
* [Node.js](https://nodejs.org)
* [Angular CLI](https://cli.angular.io)#### 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 **in more than one browser tab**.