To run:
- Run the go file in go
- Run the main function in Main.java
A HelloPacket data will be exchanged across the go process and java process
This is achieved with localhost TCP sockets
Proof of concept of interprocess communication with sockets
Java
To run:
A HelloPacket data will be exchanged across the go process and java process
This is achieved with localhost TCP sockets