alexnjh / CE4013-Distributed-System

0 stars 0 forks source link

CE4013-Distributed-System

GoLang Server CI Java Client CI

:grey_exclamation: Prerequisites

  1. Go installed
  2. JDK 13

:star: Server (Go)

To launch the server: "server -a [Host IP]:[Host Port]"

server

:star: Client (JAVA)

To run the client: "java Client [Server IP] [Server Port]"

client