$ go get
$ npm install
$ go run server.go
$ node server.js
$ node client.js
if you would like to change the number of emits, change NUM variable in client.js.
$ node multi_clients.js
if you would like to change the number of clients, change NUM variable in multi_clients.