Go to file
2015-05-21 09:15:57 +02:00
client Add GetLastMessages, log messages to nested buckets 2015-05-21 09:15:57 +02:00
commands Add clear command and get rid of the development flag 2015-05-02 01:02:21 +02:00
Godeps Switch to gorilla/websocket 2015-05-02 00:20:22 +02:00
server Add GetLastMessages, log messages to nested buckets 2015-05-21 09:15:57 +02:00
storage Add GetLastMessages, log messages to nested buckets 2015-05-21 09:15:57 +02:00
.gitignore Add message logging and search server side 2015-04-29 23:54:44 +02:00
LICENSE Add license 2015-05-01 23:50:06 +02:00
main.go Add cobra, move the server code into its own package 2015-05-01 22:59:46 +02:00
README.md Make gulp run go-bindata 2015-04-30 00:45:02 +02:00

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 :)