jbweston / nord

An unofficial NordVPN client [DEPRECATED]
GNU General Public License v3.0
28 stars 4 forks source link

Add a web frontend #3

Closed jbweston closed 6 years ago

jbweston commented 7 years ago

A graphical frontend would be useful. Rather than using a GUI framework like GTK or QT, if we instead make nord into a web service then it can also run on a router and be controlled by clients on the network, which is useful when you want to have a whole network behind NordVPN.

In its basic form the web frontend would have a top dashboard showing the current connection status (up or down) and our current ip address. The main part of the page would show a world map with markers for each server, you can click through to get more detailed information and to connect to that server.

Extensions could be:

jbweston commented 6 years ago

the branch wip-web contains work towards this.