Set up status page via websocket #12

Closed
opened 2016-01-07 06:08:25 +01:00 by mikegioia · 2 comments
mikegioia commented 2016-01-07 06:08:25 +01:00 (Migrated from github.com)

It would be great to have either a second process or the existing one spawn a service that listens on a specified port to allow web connections over a web socket. This should render a page with each account, folder, and sync progress. Other stuff could be added, but this page could serve as the web front-end or administrative panel for managing the syncing engine.

It would be great to have either a second process or the existing one spawn a service that listens on a specified port to allow web connections over a web socket. This should render a page with each account, folder, and sync progress. Other stuff could be added, but this page could serve as the web front-end or administrative panel for managing the syncing engine.
mikegioia commented 2016-04-03 21:40:54 +02:00 (Migrated from github.com)

This is now returning static files. http://localhost:9898 will serve up the status page. If you look in the console it'll print out stats.

This is now returning static files. http://localhost:9898 will serve up the status page. If you look in the console it'll print out stats.
mikegioia commented 2016-04-12 03:04:13 +02:00 (Migrated from github.com)

There's a functioning version in /sync/client. It's missing a way to add/remove accounts, but it shows progress :D

There's a functioning version in `/sync/client`. It's missing a way to add/remove accounts, but it shows progress :D
Sign in to join this conversation.
No description provided.