I'd like to connect multiple laptops through a wire such as USB. For example one of laptops is host and the others are going to be client. The client server will send a data buffer, and the host server will listen client's data streaming. It will be kind of simple web server and client one. However in this case, in order to use even unstable Wi-fi environment, they will be connected through USB(It can be different one, but it is not ethernet port. this is because some laptop might not have ethernet port.)
I'm going to use make their connection by node js. do you have any good idea about good way to connect them?