├── LICENSE ├── README.md ├── example └── main.go ├── message.go ├── server.go ├── server_test.go └── socket.go /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tile38/msgkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tile38/msgkit/HEAD/README.md -------------------------------------------------------------------------------- /example/main.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tile38/msgkit/HEAD/example/main.go -------------------------------------------------------------------------------- /message.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tile38/msgkit/HEAD/message.go -------------------------------------------------------------------------------- /server.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tile38/msgkit/HEAD/server.go -------------------------------------------------------------------------------- /server_test.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tile38/msgkit/HEAD/server_test.go -------------------------------------------------------------------------------- /socket.go: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tile38/msgkit/HEAD/socket.go --------------------------------------------------------------------------------