Page 1 of 1

chat

Posted: Wed Feb 22, 2023 3:59 pm
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


Re: chat

Posted: Thu Feb 23, 2023 6:24 am
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.