-
Notifications
You must be signed in to change notification settings - Fork 1k
Working on the code
Chris Seymour edited this page Jan 11, 2014
·
3 revisions
Use apt, homebrew etc or install directly from source. Follow the instructions at http://golang.org/doc/install.
Make sure you have set your $GOPATH
to somewhere, e.g: $HOME/gocode
:
$ mkdir -p $GOPATH/src/github.com/joewalnes
$ cd $GOPATH/src/github.com/joewalnes
$ git clone https://github.com/joewalnes/websocketd
$ cd websocketd
Build:
$ make
Run:
$ ./websocketd
The websocketd user guide is a publicly editable wiki. Please contribute!
Getting Started
Reference
Language specific
Advanced: Internals
Spanish Websocket Wiki
Primeros pasos
Referencia
Lenguajes
Avanzado