https://github.com/google/cayley
Raw File
Tip revision: ae5106d71a9c7ab03cb54295710801fe1dc4cada authored by Iddan Aaronsohn on 10 July 2020, 19:12:23 UTC
Use standard isomorphic implementation
Tip revision: ae5106d
README.md
# Examples

Each of the examples can be run with 

```go run hello_world/main.go```

obviously changing **hello_world** to the one you want to run!

The hello_bolt example requires `go get`.
back to top