https://github.com/gorilla/websocket.git
|
|
před 12 roky | |
|---|---|---|
| examples | před 12 roky | |
| .gitignore | před 12 roky | |
| LICENSE | před 12 roky | |
| README.md | před 12 roky | |
| client.go | před 12 roky | |
| client_server_test.go | před 12 roky | |
| conn.go | před 12 roky | |
| conn_test.go | před 12 roky | |
| doc.go | před 12 roky | |
| json.go | před 12 roky | |
| json_test.go | před 12 roky | |
| server.go | před 12 roky | |
| server_test.go | před 12 roky | |
| util.go | před 12 roky |
This project is a Go implementation of the WebSocket protocol.
The project passes the server tests in the Autobahn WebSockets Test Suite using the application in the examples/autobahn subdirectory.
go get github.com/gorilla/websocket