[SOLVED] Chat with socket

Answered
0
0

Hi,

there is an example of a simple chat without timer?

regards

Cristian

  • You must to post comments
Best Answer
0
0

awesome Luca!!!

the link to the irc chat is very usefull thank you, but I would be very grateful if you can send me the simplified chat sample.

Thanks

Cristian

  • You must to post comments
1
0

Hi Cristian,

We have an IRC sample from Chris here: https://wisej.com/support/question/adding-controls-at-runtime

For a websocket chat client there are many ways to create it but it depends also if you are connecting to an external chat server or if you are hosting it.

In Wisej, if I had to create a chat server, I’d start one independent thread to manage the chat and fire static events. Then the client sessions can connect to the static events and receive notifications. Any update to the UI is then automatically pushed to the client by Wisej.

Want me to send you a super simplified chat sample with a built-int chat server and a client where you have to only enter a name and post? No login, no chat rooms, no history, etc?

Ciao,

Luca

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.