Caravan Business Server has it`s Inbuilt Scripting Language which is embedded in HTML. This language has been repeatedly endorsed as very easy to use.
Caravan Scripting language - Hello World example.
<table>
<tr>
<td> Displaying Hello World text using Caravan Scripting Language:
<caravan>
"Hello World"
</caravan>
</td>
</tr>
</table>
Caravan scripting language contains syntax which are similar to other languages, but has some unique syntax also.
File and Folder access
Event handling, queues and scheduling of tasks
XML Parser
Email object
FTP object
Statements like if-else, loop-repeat, switch, variables, break, go to, label etc