Can we create multiple REST
servers in single loopback
app?
My requirement is running two REST servers (say 8080 and 8081 on localhost
) but to have same app. My implementation will be, receiving some data from 8080, process them and return some results on 8081.
The absolute reason for above requirement is the lack of Socket.io
integration for loopback 4
. Any solutions are welcome.