All Projects → rafaelfgx → ChatService

rafaelfgx / ChatService

Licence: MIT License
ChatService (SignalR).

Programming Languages

typescript
32286 projects
C#
18002 projects
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to ChatService

GatewayService
GatewayService (Ocelot).
Stars: ✭ 19 (-26.92%)
Mutual labels:  aspnetcore, dotnetcore, dot-net, aspnet-core
Cronscheduler.aspnetcore
Cron Scheduler for AspNetCore 2.x/3.x or DotNetCore 2.x/3.x Self-hosted
Stars: ✭ 100 (+284.62%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core, asp-net-core
awesome-dotnet-async
A curated list of awesome articles and resources to learning and practicing about async, threading, and channels in .Net platform. 😉
Stars: ✭ 84 (+223.08%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core, asp-net-core
Architecture
.NET 6, ASP.NET Core 6, Entity Framework Core 6, C# 10, Angular 13, Clean Code, SOLID, DDD.
Stars: ✭ 2,285 (+8688.46%)
Mutual labels:  aspnetcore, dotnetcore, dot-net, aspnet-core
Awesome Microservices Netcore
💎 A collection of awesome training series, articles, videos, books, courses, sample projects, and tools for Microservices in .NET Core
Stars: ✭ 865 (+3226.92%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core, asp-net-core
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+234.62%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core, asp-net-core
AspNetCore.Unobtrusive.Ajax
Unobtrusive Ajax Helpers (like MVC5 Ajax.BeignForm and Ajax.ActionLink) for ASP.NET Core
Stars: ✭ 46 (+76.92%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
OnlineUsers-Counter-AspNetCore
Display online users count in ASP.NET Core in two ways (Cookie - SingalR)
Stars: ✭ 29 (+11.54%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
TheLastTime
C# .NET 5 Blazor WebAssembly Progressive Web Application that tracks when was the last time you did something
Stars: ✭ 23 (-11.54%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
high-performance-aspnet-core-workshop
Sample application used in the High-Performance ASP.NET Core Workshop
Stars: ✭ 29 (+11.54%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
MinimalApi
ASP.NET Core 7.0 - Minimal API Example - Todo API implementation using ASP.NET Core Minimal API, Entity Framework Core, Token authentication, Versioning, Unit Testing, Integration Testing and Open API.
Stars: ✭ 156 (+500%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
PugetSound
PugetSound allows you and your group to enjoy music together using Spotify.
Stars: ✭ 52 (+100%)
Mutual labels:  aspnetcore, dotnetcore, signalr
AspNetCoreAzureSearch
ASP.NET Core with Azure Cognitive Search
Stars: ✭ 12 (-53.85%)
Mutual labels:  aspnetcore, dotnetcore, aspnet-core
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-30.77%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
MvcControlsToolkit.Core
Core Code for MvcControlsToolkit packages
Stars: ✭ 13 (-50%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
Home
Home for Blazor Extensions
Stars: ✭ 51 (+96.15%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
SimpleSocial
A simple social network web application using ASP.NET Core 3.1
Stars: ✭ 16 (-38.46%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core
dotNetify-react-native-demo
DotNetify + React Native + .NET Core demo
Stars: ✭ 43 (+65.38%)
Mutual labels:  aspnetcore, realtime, signalr
DNZ.MvcComponents
A set of useful UI-Components (HtmlHelper) for ASP.NET Core MVC based-on Popular JavaScript Plugins (Experimental project).
Stars: ✭ 25 (-3.85%)
Mutual labels:  aspnetcore, aspnet-core, asp-net-core
Home
Asp.net core Mvc Controls Toolkit
Stars: ✭ 33 (+26.92%)
Mutual labels:  aspnetcore, dotnetcore, asp-net-core

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].