This example prints out Hello World.
- Node 8 or greater
git clone https://github.com/meboHQ/example-hello-world.git
cd example-hello-world
npm install
Running through the command-line:
node . --help
node . hello --help
node . hello "Ola Mundo!"
node . hello --repeat=5 "Ola Mundo!"
Running through the web:
node .
GET: http://localhost:8080/hello?help
GET: http://localhost:8080/hello
GET: http://localhost:8080/hello?message=Ola%20Mundo
GET: http://localhost:8080/hello?message=Ola%20Mundo&repeat=5
Mebo is free software; you can redistribute it and/or modify it under the terms of the MIT License