Servun is a very simple Android chat app that was developed with Java and Node.js, and that relies on UDP (User Datagram Protocol). The UDP server was written with Node.js, and all messages are sent and received over UDP. I have chosen UDP due to its simplicity, you had better use TCP if you attach importance to security rather than performance. -
View it on GitHub