Would a Multiplayer game work in html5?

Im trying to set up a web meeting site ,And i wanted to know if a html5 game can connect to a dedicated server?

yes

… yep

i had to follow the very last instruction from this github page…

in particular:

“In section [/Script/Engine.Engine]
disable comment out
NetDriverDefinitions and add”

also, i couldn’t just append this – i had to make it the only one (line item entry) just as he wrote it in his instructions…

hope this helps!

thanks got alot of mixed answers

I am also trying to implement a small HTML multiplayer game (15 - 20 users).

Could anyone point to any reference implementation or tutorial for this? I tried the UE4 multiplayer option packaged for HTML and it doesn’t seem to work. Thanks.

@interceptor did you implemented the game? i’m trying to do the same ?can you help me with this?