Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 555 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 555 Bytes

ChatApp

Install all the dependency

go get

Open the terminal and run the server

go run server.go

Screenshot from 2022-09-11 16-47-51

Open another two terminal side by side and run client

go run client.go

Now connect the client to localhost

localhost:5000

Screenshot from 2022-09-11 16-50-34