Ezelia Posted February 19, 2013 Share Posted February 19, 2013 Hello All, I'm working on an MMORPG and I'm building a server architecture that is easily scalable at different levels, support significant load, load balanced, and handle HTTPS. after many search and after trying lot of possibilities I finished with the architecture bellow This is a simplified/generec architecture ... what do you think of that aproach ?do you have a simpler way to achieve what I want or other tools ? Quote Link to comment Share on other sites More sharing options...
Autarc Posted February 19, 2013 Share Posted February 19, 2013 So far I didn't payed much attention to scale, but perhaps Pomelo (+ incl. their demo docs) could be something for you As Varnish can be quite cumbersome with handling WebSockets, I would also recommend to checkout this guide:http://www.thatsgeeky.com/2012/03/websockets-varnish-nginx-and-node-js/ Quote Link to comment Share on other sites More sharing options...
Ezelia Posted February 19, 2013 Author Share Posted February 19, 2013 @Autrac actually the architecture above is up and running everything is working just fine, there is no issue with varnish+nodejsthe last problem I had was https since varnish does not support it, but the current dev branch of Haproxy do SSL offload with SNI and it works just as expected I didn't hear about Pomelo before, I'll take a look thank you very much Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.