Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 402 Bytes

File metadata and controls

11 lines (8 loc) · 402 Bytes

ChatRoom: Real-Time WebSocket

Event-driven chat server built to demonstrate communication using WebSockets.

Goal: I built this project to learn the WebSocket process. Which allows the server to push data to the client instantly.

Tech Stack & Tools: Protocol: WebSockets Testing: Postman WebSocket Collections Environment: Tested across multiple local servers to simulate real-world chat traffic.