LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this a good solution if I'm trying to run a local server in a macOS app?

zackshapiro opened this issue · comments

I'm looking for a way to run a local server with a basic JS or React app inside of my macOS app that I'm building. I came across this but I don't see much in the documentation about the simple act of running a local server, triggered by my Swift code. Wondering if this is a good solution for that. Thanks!