A simple TCP server that support mutiple connections.
the mock server using mockingjay server
Build application
$ go get github.com/quii/mockingjay-server
$ cd $GOPATH/src/github.com/quii/mockingjay-server
$ ./build.sh
$ cd simple-tcp-server
$ mockingjay-server -config=fake.yaml -monkeyConfig=monkey.yaml
more detail: https://github.com/quii/mockingjay-server
command
$ go build
$ ./server
command
$ go build
$ ./client
you can check server status when server is up.
default url: http://127.0.0.1:1337/status
$ curl -X GET http://127.0.0.1:1337/status