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
such as was made for ECS. Best option seems to be an Electron app which runs the server as a backend process and uses pipes/IPC/sockets to communicate between the two.
Since Clojure is Java-based, any Java cross-platform UI toolkit would work (such as Swing)
Erlang has poor integrated options (wxerlang), but mostly they recommend writing the GUI in something else and IPC between that and the Erlang backend app. Probably a good choice for any language.
Other recommendations welcome.
stretch goal, include an admin interface.
The text was updated successfully, but these errors were encountered:
such as was made for ECS. Best option seems to be an Electron app which runs the server as a backend process and uses pipes/IPC/sockets to communicate between the two.
Other recommendations welcome.
stretch goal, include an admin interface.
The text was updated successfully, but these errors were encountered: