client | ||
Godeps | ||
storage | ||
.gitignore | ||
irc.go | ||
json_types.go | ||
main.go | ||
message_handler.go | ||
README.md | ||
session.go | ||
websocket_handler.go | ||
websocket.go |
name_pending
Web-based IRC client in Go.
Building
Requirements
Get the source
go get github.com/khlieng/name_pending
Compile the server
cd $GOPATH/src/github.com/khlieng/name_pending
go build -o bin/name_pending
Build the client
npm install -g gulp
cd client
npm install
gulp -p