as said, a quick search will find you lots of options
there's webrtc for realtime comms, if you don't want to support Internet explorer
there's scirra's hosted multiplayer plugin and server
there's the ajax plugin which makes RESTful API's easy for turn based or asynchronous games
then there's websocket as well.
so a lot depends on what you want to do )