Use Java's networking API. Create a ServerSocket and connect to it with a Socket.Is it possible to send data from one plugin to another; each plugin being on a different server?
Databases are for storage while sockets are for communication.Pretty much this. SQL is your best bet.
Databases are for storage while sockets are for communication.
