Skip to content

Witch v1.2.6

Latest
Compare
Choose a tag to compare
@TboOffical TboOffical released this 16 Nov 21:24
· 2 commits to main since this release
57a65b3

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