CreoChain is written in Go, this guarantees you memory safety and high performance.
As a database you can choose between SQLite and PostgreSQL, mySQL and msSQL will be supported in the future.
As a server we are using Gin.
For testing we use Ruby scripts.
To model our blockchain we are using GORM.
Last but not least, all variables in the server are completely thread save using mutexes.