Webtally v4
This is the spiritual sucessor to my previous webtally project. Now ported over to node from php, yay!
As of v4 there are a whole host of new features.
- Multiserver support More about this bellow
- Local config file
- Saves data to local files
- Pretty terminal output and creates a log file
- Server seperated from UI
- Option for self hosted UI
- Allows remote config and control of clients
- Server management UI
Features yet to be implemented
- Local database state saving
- Finish implementing busses and sources and their UI
- Client closest connection finding
Details of how the multiserver system works
- Instances of the server can be pointed to each other for them to start syncing, they then act as a single server
- In the case of a server fail clients will switch over to the next available server
- Linked servers share connection details and states with all other clients and servers, so every connection learns of all servers