What's Changed
- Fix Build Commands
- WBA (Witches Backend System)
- Stability and Performance improvements
- Pre-Startup Process Log
Whats WBA
For more information check the Wiki
Quick Demo
If you write a WBA script that looks like this
import(
"fmt"
"time"
)
func main(){
if request_type() == request_get {
fmt.Println("<h1>This is a test of the WBA System</h1>")
dt := time.Now()
fmt.Println("Current date and time is: ", dt.String())
}
}
You will get a result like this
Full Changelog: https://github.com/TboOffical/WitchServer/commits/1.2.6