LiquidPlayer / LiquidCore

Node.js virtual machine for Android and iOS
MIT License
1.01k stars 127 forks source link

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

Open zackshapiro opened 3 years ago

zackshapiro commented 3 years ago

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!