A basic outline for a 2D Isometric Voxel-Inspired MMORPG It uses WebGL for the graphics rendering, for the most optimized drawing. The networking leverages WebRTC for UDP connections as well as WebSocket TCP for more important packets.
The server is ran in node.js, and the client can be hosted on any HTTP hosting.