I have implemented a certain video viewer written in JavaScript, HTML, CSS. I want to embed my viewer in a native iOS app written in Swift 3. The problem is that I need the viewer to work offline and for that I need a local Node.js server that runs from within my native app.
How could I do this?