Hello.
I have simple question relating nio and would like ask and get answer in this thread.
I had such task - to create nio server-multiclient app, where one client could send message directly to another client. What it could mean? Is it possible?
Whether it means to use server as intermediary - that is client write message and end-client name to buffer - then server read it to socketchannel- here server define the name of client to send original message - and then socketchannel write it buffer - that it is read by end-client??
How solve such task? Thanfull in advance!