An open API service indexing awesome lists of open source software.

https://github.com/techno-coder/interprocesscommunicationpoc

Proof of concept of interprocess communication with sockets
https://github.com/techno-coder/interprocesscommunicationpoc

Last synced: 3 months ago
JSON representation

Proof of concept of interprocess communication with sockets

Awesome Lists containing this project

README

        

To run:
1. Run the go file in go
2. 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