Try echo site : http://echo.fastplaz.com/?var1=value1&var2=value2
You can use GET or POST method.
For you guys that want to try fastplaz without need to compile, download this file: http://echo.fastplaz.com/files/echo.zip
Same content with this repository, but just have 1 additional binary file for linux environment.
Follow this step:
-
Upload all files in folder 'public_html/' to your website's homedir. if you use cpanel hosting, usually in folder '/home/username/public_html/'
-
Make write permission to folder 'ztemp/', ex:
chmod -R 777 ztemp/
then try access from your browser with this format url:
http://yourdomain/?var1=value1&var2=value2
The result should be like this:
from browser:
using curl from console:
using postman:
It is easy to deploy this project via Docker. We have prepared FastPlaz image in docker hub.
Follow this step:
Build docker image:
# cd docker
# ./build.sh
if successfull, run container:
# ./run.sh
then you should see this result
Semangat ....!