LiteSpeed for C++ app server

#1
I'm working on a C++ web service that needs to use secure websockets. I'm planning on using nginx as a reverse proxy. I have no familiarity with LiteSpeed and am trying to decide which app server to use. I would like to avoid spending the time to learn it if it won't work in this case. Is this an appropriate usage for LiteSpeed?
 

mistwang

LiteSpeed Staff
#4
If your C++ app runs in its own process and communicating with front-end web server through WebSocket, there is no API call required between you C++ app and litespeed server.

If you plan to use Nginx as reverse proxy, you can use LiteSpeed in the similar way.

If you want to embed your application into the server process, then it is another story.
 
Top