https://github.com/apigear-io/objectlink-core-go
ObjectLink Core for Go
https://github.com/apigear-io/objectlink-core-go
olink
Last synced: 3 months ago
JSON representation
ObjectLink Core for Go
- Host: GitHub
- URL: https://github.com/apigear-io/objectlink-core-go
- Owner: apigear-io
- License: mit
- Created: 2021-07-16T08:00:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-17T09:08:26.000Z (12 months ago)
- Last Synced: 2025-01-24T18:46:00.804Z (5 months ago)
- Topics: olink
- Language: Go
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ObjectLink Core Protocol for Go
This is the Go implementation of the ObjectLink Core Protocol. ObjectLink is a protocol for communicating with objects over a network. It is designed to be simple, fast, and secure.
## Using
```
go get github.com/apigear-io/objectlink-core-go
```## Example
See [example](example) directory.
## Command Line Tool
See [cmd](cmd) directory.
```
go run cmd/olink/main.go
> h
```## License
MIT License