D
D
DevStranger2020-06-16 08:31:42
ASP.NET
DevStranger, 2020-06-16 08:31:42

ASP.NET Core MVC. How to implement a dialogue system?

Good day.
There is an ASP.NET Core MVC application in conjunction with MS SQL Server. The task is to implement a system of dialogues (messages) between users, like in any messenger (Telegram, Skype, VKontakte, etc.). That is, so that the message history is saved in the database and the dialogue can be continued.

Please let me know if anyone faced similar problem and how you solved it. What are the pitfalls, maybe something to read. So far, it comes to mind to write your own infrastructure on top of SignalR.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman, 2020-06-16
@yarosroman

SignalR is just the chat solution.

D
Django Almighty, 2020-06-18
@12345678XYU87654321

Why write something in the Signal?
All logic should be stored in the backend.
The signal, the maximum that can decide is the appearance and how to display (css, html).

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question