https://github.com/daichi-m/jach
Briging Golang's channels to Java
https://github.com/daichi-m/jach
golang-channels java
Last synced: 5 months ago
JSON representation
Briging Golang's channels to Java
- Host: GitHub
- URL: https://github.com/daichi-m/jach
- Owner: daichi-m
- License: mit
- Created: 2021-04-26T12:12:25.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-06-14T04:21:40.000Z (about 5 years ago)
- Last Synced: 2025-07-29T00:05:15.191Z (11 months ago)
- Topics: golang-channels, java
- Language: Java
- Homepage: https://daichi-m.github.io/jach/index
- Size: 131 KB
- Stars: 33
- Watchers: 3
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JaCh
## Briging Golang's channels to Java
[](https://github.com/daichi-m/jach/actions/workflows/publish-snapshot.yml)
[](https://codecov.io/gh/daichi-m/jach)
[](https://search.maven.org/search?q=g:%22io.github.daichi-m%22%20AND%20a:%22jach%22)
[](https://javadoc.io/doc/io.github.daichi-m/jach)
JaCh is a Java based implementation of Golang's channels. It has support for various go-like methods
to make the switch from Golang as seamless as possible.
## Using JaCh in your project
Add the following maven dependency to get started with JaCh
```xml
io.github.daichi-m
jach
LATEST_VERSION
```
## Documentation
For detailed documentation abount JaCh please visit the official
[Docuementation Page](https://daichi-m.github.io/jach/index)
## License
JaCh is covered under the MIT License. Please check
[LICENSE](https://github.com/daichi-m/jach/blob/develop/LICENSE) file for more details.