chat

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
ahmed7
User
Posts: 97

chat

Post by ahmed7 »

Hello
I used asp.net make 2021 , and I'd like to create a chat system , but I need some help for support this system like (unread messages , popup for new messages...etc)
will appreciate for any help.
Thanks


MichaelG
User
Posts: 1095

Post by MichaelG »

You can enable SignalR as a start to create your chat room. Search for SignalR in the following articles:
https://aspnetmaker.dev/docs/#/tools.html?id=custom
https://aspnetmaker.dev/docs/#/customscripts.html

Then google for SignalR chartroom to see examples of how this can be implemented.


Post Reply