Go to file
Ken-Håvard Lieng 1b3a4fd610 Create README.md
2015-03-04 18:41:25 +01:00
client Improve line wrapping perf 2015-02-27 16:58:46 +01: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
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 Vendor dependencies with godep 2015-03-04 17:38:10 +01:00
message_handler.go Add /away 2015-02-21 13:06:05 +01:00
README.md Create README.md 2015-03-04 18:41:25 +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