I've a need to have a javascript app impersonate thousands of "users" (they're IoT devices and I want to log their messages to IRC in a channel per device so I can join any channel when I want to inspect the traffic from it) and the easiest way I can think to do this is have that app send server-server messages as though it was one server, updating this server.
Is it possible with this codebase?
I've a need to have a javascript app impersonate thousands of "users" (they're IoT devices and I want to log their messages to IRC in a channel per device so I can join any channel when I want to inspect the traffic from it) and the easiest way I can think to do this is have that app send server-server messages as though it was one server, updating this server.
Is it possible with this codebase?