You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2022. It is now read-only.
It would be nice to sync break over the local network (including localhost).
When break starts it should look for a break server on port XYZ of off all of the machines on the local network (including localhost). If one is found it subscribes to the break server. If none is found a break server is started and then break subscribes to it's own break server. The break server should control the timer and emit events to all of it's subscribers.
A single individual running break will be running both the server and client, connected over localhost. If this individual opens multiple Atom windows, they will subscribe to the already running break server and be synced.
Searching across more than localhost should be optional.
The text was updated successfully, but these errors were encountered:
It would be nice to sync break over the local network (including localhost).
When break starts it should look for a break server on port XYZ of off all of the machines on the local network (including localhost). If one is found it subscribes to the break server. If none is found a break server is started and then break subscribes to it's own break server. The break server should control the timer and emit events to all of it's subscribers.
A single individual running break will be running both the server and client, connected over localhost. If this individual opens multiple Atom windows, they will subscribe to the already running break server and be synced.
Searching across more than localhost should be optional.
The text was updated successfully, but these errors were encountered: