Skip to content

A simple chat application example in Go using WebSocket

Notifications You must be signed in to change notification settings

stinkyfingers/chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages