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
- Host: GitHub
- URL: https://github.com/techno-coder/interprocesscommunicationpoc
- Owner: Techno-coder
- Created: 2017-04-26T08:56:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T09:17:40.000Z (about 8 years ago)
- Last Synced: 2025-02-08T18:12:36.922Z (4 months ago)
- Language: Java
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
To run:
1. Run the go file in go
2. Run the main function in Main.javaA HelloPacket data will be exchanged across the go process and java process
This is achieved with localhost TCP sockets