https://github.com/radocodes/signalr-realtimechat
This is exercise demo project, presents working with SignalR
https://github.com/radocodes/signalr-realtimechat
asp-net-core-mvc javascript signalr
Last synced: about 2 months ago
JSON representation
This is exercise demo project, presents working with SignalR
- Host: GitHub
- URL: https://github.com/radocodes/signalr-realtimechat
- Owner: radocodes
- License: mit
- Created: 2019-11-05T20:34:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-08T06:54:04.000Z (over 6 years ago)
- Last Synced: 2025-02-24T01:12:18.084Z (over 1 year ago)
- Topics: asp-net-core-mvc, javascript, signalr
- Language: C#
- Homepage:
- Size: 786 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SignalR-RealTimeChat
This is exercise demo project, presents working with SignalR
For the web app is used .NET Core 3.0 ASP MVC and SignalR.
The app represents chat-hub, where you can chatting with everybody together at home-page. You can also temporary create or join a private chat-room.
To be able for a chat, first you have to be logged in your account. So register first.