I want to create a message server using epoll. Several devices will connect to the server and exchange simple text messages. I don’t have that much experience with this and I will be very appreciated if you guys can provide me any references or tutorials related to this.
I would like to work with C. Thanks in advance.
Lee
I would suggest you start by taking a look here, and keeping this close as a reference.