A super easy js web server that listens for request and a swiftUI app that requests a json file from the server
Clone the repository, that navigate to the folder. Than proceed with the following:
cd TrivialWebServer/
cd WebServer/
node webserver.js
The "webserver" will be started on the port 3000.
Node-js must be installed on you machine