Vapor separate writeable basic tcp Socket

Is it possible to setup a separate port as a basic TCP socket that data can be written to? I would like it to be able to be deployed to a linux environment which eliminates the network.framework. I have created a socket program using NIO but dont know how I would incorporate it in a vapor environment. Thanks in advance!!!!