Skip to content

A simple IRC-like chat created for the Apr 7, 2015 Indy Golang Meeting

License

Notifications You must be signed in to change notification settings

chatstudy/simple-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-chat

A simple IRC-like chat created for the Apr 7, 2015 Indy Golang Meeting

General

This is a very simple chat server written in Go, for demonstrating concurrency and the use of channels.

This package is self contained and doesn't require any dependencies.

The server is basically a webserver which serves the files necessary to run the chat clients in a browser, plus it handles the chat traffic via websockets.

Usage

  • Download / clone the project
  • run the server: go run server.go
  • connect to the server from any computer in your local network: http://_server_ip_or_name_:8000

That's it!

About

A simple IRC-like chat created for the Apr 7, 2015 Indy Golang Meeting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 95.6%
  • HTML 4.4%