I want to write a Net::Server chat server, probably using PreFork, with process tied to an active client. How do I “talk” between clients, with the proper filtering?
I want to write a Net::Server chat server, probably using PreFork, with process tied
Share
You can start by taking a look at the chat example bundled with Net::Server.