Remote Method Invocation (RMI) - Chat System using RMI is it bad ?
Hello
I need to write a chat system, more like p2p chat . so i will have a server that will handle client connection and permissions, and i will have more clients. When clients need to talk to each other, it will ask the server for the others IP so it can connect to it.
I am thinking about using RMI for this, is it a bad idea ?
Thank you

