Skip to content

Elemarkef/livechan

 
 

Repository files navigation

livechan

A chat server written in Go.

Installation

  • Install Go.
  • Install gorilla/websocket.
go get github.com/gorilla/websocket
  • Install captcha lib
go get github.com/dchest/captcha
  • Install sqlite3 drivers.
go get github.com/mattn/go-sqlite3
  • Get the source code.
git clone https://github.com/emgram769/livechan.git
  • Run the server.
go run *.go
  • Open a browser and go to localhost:8080.

About

A chat server written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 46.5%
  • JavaScript 42.3%
  • CSS 10.0%
  • HTML 1.2%