0
I would like to make an app in javafx , when you press a button sends a command like: curl http://IP:PORTA/sendLocalEvent?eventName=_evento
to a server on the same network to start the _event event.
Would it be using httpUrlConnection and POST? How would it be?