Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 429 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 429 Bytes

engineio

Installing

Install Go 1, either from source or with a prepackaged binary. Then,

$ go get github.com/massiveart/engineio

Transports

  • polling: XHR/JSONP polling transport.
  • websocket: WebSocket transport.

Usage

A example can be found in the "example" subdirectory.