Set up status page via websocket #12
Labels
No labels
actions
bug
complicated
database
dependencies
documentation
downstream
duplicate
enhancement
feature
fixed already
front-end
idea
internal
invalid
investigating
javascript
low priority
milestone
minor bug
needs info
networking
nice to have
pcntl
php
question
suggestion
sync
threading
ui
ux
web
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bcarrella/libremail#12
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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.
There's a functioning version in
/sync/client. It's missing a way to add/remove accounts, but it shows progress :D