bb729a5c8e | ||
---|---|---|
Godeps | ||
args | ||
client | ||
storage | ||
.gitignore | ||
README.md | ||
bindata.go | ||
bindata_fs.go | ||
irc.go | ||
json_types.go | ||
main.go | ||
message_handler.go | ||
session.go | ||
websocket.go | ||
websocket_handler.go |
README.md
name_pending
Web-based IRC client in Go.
Installing
go get github.com/khlieng/name_pending
Running
name_pending
Building the server
Requirements
cd $GOPATH/src/github.com/khlieng/name_pending
go install
Building the client
Requirements
npm install -g gulp
go get github.com/jteeuwen/go-bindata/...
cd $GOPATH/src/github.com/khlieng/name_pending/client
npm install
gulp -p
# Rebuild the server :)