-
Notifications
You must be signed in to change notification settings - Fork 1k
Trabajando en el código
Busindre edited this page Nov 3, 2016
·
1 revision
Usted puede utilizar apt, homebrew, etc o instale directamente desde el código fuente. Siga las instrucciones en http://golang.org/doc/install.
Asegúrese de configurar la variable $GOPATH
, como por ejemplo: $HOME/gocode
:
$ mkdir -p $GOPATH/src/github.com/joewalnes
$ cd $GOPATH/src/github.com/joewalnes
$ git clone https://github.com/joewalnes/websocketd
$ cd websocketd
Compilar:
$ make
Ejecutar:
$ ./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