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

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

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