Go to file
2015-04-22 22:58:20 +02:00
client Embed static assets with go-bindata 2015-04-22 22:58:20 +02:00
Godeps Vendor dependencies with godep 2015-03-04 17:38:10 +01:00
storage Made backspace work on input history items 2015-02-12 02:14:56 +01:00
.gitignore Added title bar and basic message and command input 2015-01-21 03:06:34 +01:00
bindata.go Embed static assets with go-bindata 2015-04-22 22:58:20 +02:00
irc.go Store selected tab in the URL 2015-02-22 08:57:52 +01:00
json_types.go Add /away 2015-02-21 13:06:05 +01:00
main.go Embed static assets with go-bindata 2015-04-22 22:58:20 +02:00
message_handler.go Add /away 2015-02-21 13:06:05 +01:00
README.md Update README.md 2015-03-04 18:44:26 +01:00
session.go Vendor dependencies with godep 2015-03-04 17:38:10 +01:00
websocket_handler.go Vendor dependencies with godep 2015-03-04 17:38:10 +01:00
websocket.go Vendor dependencies with godep 2015-03-04 17:38:10 +01:00

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