https://github.com/paragon279/golang-java-socket-conn
https://github.com/paragon279/golang-java-socket-conn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paragon279/golang-java-socket-conn
- Owner: paragon279
- Created: 2024-05-16T07:55:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T07:56:33.000Z (almost 2 years ago)
- Last Synced: 2025-01-20T20:33:37.205Z (about 1 year ago)
- Language: Java
- Size: 6.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Communication between Java Client Socket and GoLang Server Echo Socket
## Description
This project demonstrates communication between a Java Client Socket and a GoLang Server Echo Socket. To get started, follow these steps:
1. Build the GoLang source code into an `.aar` file.
2. Include the `.aar` file in the `app/libs` directory of your Android application.
3. Execute your Android app.
Please note that you will need to rebuild the GoLang source code into an `.aar` file whenever you make changes to it.
## Version Info
- Golang: 1.18
- Android API Level: 33
## Contact
- GMAIL: [ishihara.yuudai727@gmail.com](mailto:ishihara.yuudai727@gmail.com)