1
And ae personal,
Next, I’m starting a project to do a chat, a widget actually. It’s still all on paper. The idea is that any ERP system can implement this chat... but I am at the beginning, and I have no way to do the architecture of this app since it will have to be something "dynamic". Do you have any hints, any examples, any success case using this line of thought?
When I studied socktes, the examples were chat-related.
– Macario1983
I was reading, to make a web chat, the interesting thing would be to study about Websocket, I’m doing a google search anyway, do you have any material to indicate? Who knows a book @Macario1983?
– Mateus Leal
This book
TCP/IP Sockets in Java: Practical Guide for Programmers
is quite reputable, can help you– Macario1983
It wouldn’t be web then?
– Leonardo Villela
@Leonvillardoela yes it would be a webapp, wanted to make a communication plugin, to integrate in any webapp
– Mateus Leal