Skip to content

sent-hil/guinea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple chat server in Go.

Experiment in writing a very small idiomatic Go library.

Getting started:

Start the server: go run *.go

Connect via terminal: go run client/terminal.go localhost:3000

or Connect via telent: telnet localhost 3000

or Connect via websockets: navigate to http://localhost:8080/ in browser

Depedencies:

  • Go 1.0.3
  • termbox
  • websockets

About

Simple concurrent server in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages