// there is also https access via web browser and curl and wget, so many ways to issue SuperNET API commands
That web layer opens up a great amount of scope. So people can start making supernet web applications?
yes
curl -k --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "SuperNET", "params": ["{\"requestType\":\"getpeers\"}"] }' -H 'content-type: text/plain;'
https://127.0.0.1:7777/or just
https://127.0.0.1:7777/{"requestType":"getpeers"}
or via RPC through BTCD
they all end up in the same place, just different paths
The SuperNET GUI is HTML5 app