percentCool has been archived, because it was too buggy to be a webserver, instead, use Eaucool (almost 100% compatible with percentCool)
https://github.com/Novixx-Systems/Eaucool
This does not require any other webserver, since percentCool is technically a webserver
percentCool is a programming language for creating websites.
You need the MySql.Data NuGet package
This is a tutorial on how to program in percentCool, this tutorial is a work-in-progress.
- Create a file called index.html or index.cool
- start the webserver
- paste the following Hello World code:
<%cool
echo "Hello World"
%>
you can of course also use HTML. but when in "cool" mode you cannot use HTML.
To use HTML, exit "cool" mode first, to do that, type
%>
and type your HTML on the lines below.