After spending a couple of hours reading on Lua and Haxe, I still donโt know which one is better for developing a web application with heavy traffic.
Which one will give us better server performance if our web application runs on the server side? We also want to keep server resources at a minimum so as not to suffer from severe delays.
Our first thought was to use Java / Spring / Hibernate, but we read about how it quickly depletes server resources as its use grows, so we are trying to find an architecture that would allow us to handle heavy traffic and let it work efficiently on the server side .
Due to the intense traffic, we are talking about more than 500 users at the same time requesting data from our servers.
Any suggestions outside of Lua and Haxe are also appreciated and will be taken into account.
Thanks for your time reading this. =)
source
share