I am new to Golang and using beego framework to handle http requests. It is written in there documentation that beego can handle massive load, since my requirement is similar, i want to handle millions of request per hour, so want to know if beego can handle it automatically or i need to make goroutines to handle it.