pivoluz/chat_realtime-api

By pivoluz

Updated 9 months ago

Server WebSocket for chat in real time

Image
Message Queues
0

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 Command

docker pull pivoluz/chat_realtime-api