Nanoservice Project Home Page
Open source set of tools, systems and libraries to let developers build and deploy fully asynchronous nanoservices with ease.
* Fast to setup
* Easy to use
* Pleasure to deploy
Install & Configure
1 2 3 4 5 6 7 8 9 10 |
|
If you are golang
user, you can as well use go get
:
1
|
|
Build your first “Hello world” web-nanoservice
1 2 |
|
Edit main.go
:
1 2 3 4 5 6 7 8 9 10 11 |
|
And deploy your app:
1
|
|
Now if you reach http://helloworld.nanoservice.yourdomain.com/, you will see
Hello, world!
response. By the way, if you reach /health
path, you will get
OK
- this is built-in health check mechanism.