Skip to content

luridarmawan/fastplaz-echo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ECHO Tester with FastPlaz

Live Echo Tester

Try echo site : http://echo.fastplaz.com/?var1=value1&var2=value2

You can use GET or POST method.

TRY THIS FIRST

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:

  1. Upload all files in folder 'public_html/' to your website's homedir. if you use cpanel hosting, usually in folder '/home/username/public_html/'

  2. 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:

Example from browser

using curl from console:

from Curl in console

using postman:

from Postman

DEPLOY WITH DOCKER

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

from Postman

References

Semangat ....!

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 38.2%
  • Pascal 37.6%
  • Shell 17.9%
  • Dockerfile 5.4%
  • HTML 0.9%