- Server: Go
- Client: Nodejs (Javascript)
NOTE: please use node v11.9.0 which has the new experimental es module support, so we can just import es6 code as you'd expect to work.
$ cd client; npm install
-- need to install npm modules for node client, we need thenode-fetch
polyfill$ make run-server
-- in one terminal, to start the Go server$ make run-client
-- in another terminal, to run the Nodejs client to make some RPC calls