01-26-2016, 12:45 PM
1: Yes, Website host is just delivering an html file for chrome/others to read and display. Websocket server is actually supposed to be talking to the client constantly, It's pretty much exactly like IRC, except you create the communication format.
2: You can literally use anything that can open a socket and listen on ports. Python definitely can. All languages you know probably can too.
2: You can literally use anything that can open a socket and listen on ports. Python definitely can. All languages you know probably can too.
<-- The actual Minecraft server host