January 2019
Intermediate to advanced
520 pages
14h 32m
English
We can now create a configuration file and run the server. Create the microservice.toml file in the root folder of the project and add the following line to it:
address = "0.0.0.0:9876"
Compile and start the service and you will see it has bound to that address:

Read now
Unlock full access