Sample scripts to exercise Gale. Gale JS is small footprint, batteries included application server built with Rust. Gale JS has out of box Javascript server scripting along with default set of commonly used APIs. It is currently just a single executable of about ~6 MB in size with zero dependencies.
- Windows 64
- Just clone and double click the rooster-win64.exe
- /testfolder
- test of a folder enabled with default 'index.html'
- /folderwithnodefault
- test of a folder without default 'index.html'
- /testscripts/testsimple
- tests a simple server script which returns sum of two numbers as a JSON response
- /testscripts/testlibcall
- tests a simple server script which uses a library call to ./lib/calc.js
- /testscripts/testexternallib
- testa a server script which loads multiple standard third party javascript libraries