alexcoder04/rfap

Server console

Closed this issue · 1 comments

(Although it's a go-server problem, we can discuss it here)

What should we use for the console?
Stdin is not an option, because we don't have a window with the server running open all the time; moreover the server would print messages while you are typing your command, so it wouldn't really work.
A Unix domain socket would be much better, but it's not supported on Windows (does Windows have something like that?).
Another socket listening on localhost? Seems complicated to me.

Will be discussed in the server repo: alexcoder04/rfap-go-server#16