Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 504 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 504 Bytes

Skywire Example server app (Skywire visor app)

example-server-app app implements server for the example-client-app over skywire net.

Configuration

Full config of the server should look like this:

{
  "app": "example-server-app",
  "auto_start": true,
  "port": 45,
}

Running app

Compile app binaries, update config with example-server-app and start a visor:

$ make build-example
$ cd ./build
$ ./skywire-cli config gen -irm
$ ./skywire-visor skywire-config.json