All Projects → matthamil → Chatazon

matthamil / Chatazon

Licence: other
Implementing websockets in .NET Core

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Chatazon

TextMood
A Xamarin + IoT + Azure sample that detects the sentiment of incoming text messages, performs sentiment analysis on the text, and changes the color of a Philips Hue lightbulb
Stars: ✭ 52 (+173.68%)
Mutual labels:  signalr
ReaLocate
ASP.NET MVC 5 Real Estate Application
Stars: ✭ 18 (-5.26%)
Mutual labels:  signalr
online-training
Online Training website using ASP.Net Core 2.0 & Angular 4
Stars: ✭ 26 (+36.84%)
Mutual labels:  signalr
emud
emud是一个基于netcore + signalr + vue 开发的mud游戏框架
Stars: ✭ 44 (+131.58%)
Mutual labels:  signalr
serverlessnotifications
Serverless notifications with Azure Cosmos DB + Azure Functions + Azure SignalR
Stars: ✭ 60 (+215.79%)
Mutual labels:  signalr
Samples
Collection of Sample Applications
Stars: ✭ 18 (-5.26%)
Mutual labels:  signalr
SdvCodeWebsite
Simeon Valev - Personal Blog - Developed on ASP.NET Core MVC - Server-Side Blazor - See README.md file for more information
Stars: ✭ 38 (+100%)
Mutual labels:  signalr
signalr
SignalR server and client in go
Stars: ✭ 69 (+263.16%)
Mutual labels:  signalr
ngx-signalr-hubservice
Makes using SignalR in Angular 2/4 easy
Stars: ✭ 24 (+26.32%)
Mutual labels:  signalr
IotHub
Cloud based IoT system solution. MQTT Broker, MQTT Agent, SignalR Hub, Data Source API
Stars: ✭ 34 (+78.95%)
Mutual labels:  signalr
flutter chat
A full-featured (simple message, voice, video) flutter chat application by SignalR and WebRTC
Stars: ✭ 52 (+173.68%)
Mutual labels:  signalr
live-share-editor
ソースコードをリアルタイムで共有できるオンラインエディタ
Stars: ✭ 15 (-21.05%)
Mutual labels:  signalr
GAPITA
An anonymous and random chat messaging for talking to strangers! (Using SignalR C# and TypeScript)
Stars: ✭ 55 (+189.47%)
Mutual labels:  signalr
Urbanization
A Micropolis (Simcity classic) inspired city building game written in C#
Stars: ✭ 66 (+247.37%)
Mutual labels:  signalr
TraceHub
Centralized and distributed logging for Web applications and services, extending System.Diagnostics and Essential.Diagnostics, providing structured tracing and logging withou needing to change 1 line of your application codes
Stars: ✭ 22 (+15.79%)
Mutual labels:  signalr
Memoyu.MedicalShared
该项目为毕设项目,基于Xamarin开发,关于医疗数据共享平台。基本模式为通过第三方HIS、LIS等系统提交数据到本平台,平台进行处理后向患者用户展示数据。
Stars: ✭ 26 (+36.84%)
Mutual labels:  signalr
IEvangelist.VideoChat
Imagine two Twilio SDKs, ASP.NET Core/C#, Angular/TypeScript, SignalR, etc... Yeah, amazing!
Stars: ✭ 66 (+247.37%)
Mutual labels:  signalr
Foundatio.Samples
Foundatio Samples
Stars: ✭ 34 (+78.95%)
Mutual labels:  signalr
PugetSound
PugetSound allows you and your group to enjoy music together using Spotify.
Stars: ✭ 52 (+173.68%)
Mutual labels:  signalr
iShop
A shopping website using ASP.net Core 2.0, EF Core 2.0 and Angular 5
Stars: ✭ 17 (-10.53%)
Mutual labels:  signalr

Chatazon

NOTE: This example uses the old SignalR client library.

An example project using websockets in .NET Core.

Watch the tutorial on YouTube

Example

Install

This project uses .NET Core and SignalR library to implement websockets for real-time applications.

dotnet restore
dotnet ef database update
dotnet run

Usage

Navigate to localhost:5000 in your browser, and create an account. Open a different browser session and create a different account. Chat in the chatroom and watch the real-time messaging!

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].