Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

opennetsys/c3-sdk-go-example-hello-world

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c3-sdk-go-example-hello-world

A hello world example using the C3 SDK for Go

Build Dockerfile

docker build .

Run image, exposing port

docker run -p 3333:3333 06c55c4d5a00

Test payload

echo '["setItem", "foo", "bar"]' | nc localhost 3333

License

MIT