Questions about node js app with openlitespeed (static files, websocket, restart mechanism)

#1
Greetings, I have read https://openlitespeed.org/kb/running-node-js-apps-with-openlitespeed/ , but got questions about it:
1. Does it keep node server alive and forwarding each request? How can I restart it when I update my files?
2. How about static files ? I want them to be served and looked for directly by OLS and if not found directing to my node js app and its routes.
3. Can I configure websocket listener along side http server, using them both with same domain?

I’m willing to use adonisjs framework (node js app) and got those concerns.
 
Top