1 min read
Remote library
  • TCP-based server for handling RPC calls.
  • Dynamic method invocation using reflection.
  • Binary encoding and decoding using gob.
  • Graceful handling of client connections.
  • Asynchronous handling of multiple client connections and Concurrency handling