PySyft icon indicating copy to clipboard operation
PySyft copied to clipboard

Add basic Network frontend page

Open madhavajay opened this issue 3 years ago • 0 comments

We need to show something basic on the Network node port 80 just so that when users go to it they know its not broken. Currently it says Bad Gateway which is correct but not friendly.

It should say something like: Network Node running.

import syft as sy network = sy.login(IP, port)

madhavajay avatar Sep 14 '22 04:09 madhavajay