adarshaJha / chat

A simple chat application example in Go using WebSocket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chat in Go

This project creates a server and client(s) for simple terminal-based chatting using WebSockets (golang.org/x/net/websocket).

Run it

go run server/main.go

and... go run client/main.go x2, or x3 or x10

...in different terminal windows. Type a message in one client's terminal and see in sent to every client!

About

A simple chat application example in Go using WebSocket


Languages

Language:Go 100.0%