/WebsocketsApp

I made this app when I was learning websockets in Golang.

Primary LanguageGo

Websockets app

An app made while learning web sockets in Golang.

How to run it.

First, clone it. Run the app. Command: go run . Open the Postman app for WebSockets. Make two clients connect to ws://127.0.0.1:8080/ws. Message from one client and reply from another.