I am trying to start to use NoFlo in my existing microservice architecture and I want to start out with a HTTP server so that I can mount it on my proxy and play/test with it.
You can find the repository here.
I am using Docker (Compose) to manage some services (with Dockerfile
and start-docker.sh
), but they also all have local startup scripts (start-local.sh
). Both the scripts run NPM scripts to start the servers with their injected ENV vars.
I have some questions:
- Should the starting point of the application be the
server.js
file, or a.fbp
Graph? - What do I put in my
package.json
to start the server? - When I have started all the Docker containers with Docker Compose and the NoFlo Server is running, will I be able to program a HTTP server using Flowhub.io?