pocoproject/poco

Question - Create multiple server websockets

HaasEric opened this issue · 0 comments

Hello, I am trying to create a Server with multiple websockets. Reason for this is the application is quite big and needs multiple interfaces for different tasks. Right now i have copied the WebsocketServer Sample and looked into the Websocket documentation and it seems in order to achieve this i have to recreate the whole ServerApplication, RequestHandlerFactory and WebSocketHandler structure for each websocket. Is this correct or is there another way? Thanks in advance!