pivoluz/chat_realtime-api
Server WebSocket for chat in real time
36
ChatAppServer Description: Server made with SpringWebSocket for conect two or more clients for swith messagens in real time
WebSocket: WebSocket is a communication protocol that provides full-duplex bidirectional communication channels over a single TCP connection. It is designed to be implemented in browsers and web servers, enabling real-time interactions between the client and server with minimal latency.
Repository: https://github.com/Trafl/ChatAppServer_WebSocket
Commando to run : docker run -p 8080:8080 --rm --name containerServerChat pivoluz/chat_realtime-api
docker pull pivoluz/chat_realtime-api