Open umbernhard opened 9 years ago
We'd get the added benefit of locking down the process to only network and IPC functionality. This moves us more in the direction of modularity, and, depending on how we do it, will let us use utilities like AppLocker on Windows to restrict the application.
We should encapsulate the Auditorium package inside a server for inter-process communication, and have it run separately, with VoteBox, Supervisor, etc. interfacing with it as clients. That way we can make it more modular...