Skywire Example server app (Skywire visor app)
March 23, 2023 ยท View on GitHub
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