jatrost / sockjs-go

Go SockJS server

Home Page:http://godoc.org/github.com/fzzy/sockjs-go/sockjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sockjs-go

Sockjs-go implements server side counterpart for the SockJS-client browser library.

Status: EXPERIMENTAL, use with caution. Passes 68 of 72 tests.

Installation

go get github.com/fzzy/sockjs-go/sockjs

Documentation and examples

Documentation is available at http://godoc.org/github.com/fzzy/sockjs-go/sockjs.

Alternatively, run godoc:

godoc -http=:8080

and point your browser to http://localhost:8080/pkg/github.com/fzzy/sockjs-go/sockjs.

Also, look into the examples folder for examples.

HACKING

If you make contributions to the project, please follow the guidelines below:

  • Maximum line-width is 100 characters.
  • Run "gofmt -w -s" for all Go code before pushing your code.
  • Write terse code without too much newlines or other non-essential whitespace.

Copyright and licensing

Copyright 2013 Juhani Åhman. Unless otherwise noted, the source files are distributed under the MIT License found in the LICENSE file.

About

Go SockJS server

http://godoc.org/github.com/fzzy/sockjs-go/sockjs

License:MIT License


Languages

Language:Go 100.0%