Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Web Sockets

Junior Spellweaver
Joined
Dec 22, 2010
Messages
154
Reaction score
24
Hello guys,

Im wondering how web sockets work ? Can it be implemented to all emulators ? What do i need ?
 
Junior Spellweaver
Joined
May 11, 2014
Messages
116
Reaction score
11
Hello guys,

Im wondering how web sockets work ? Can it be implemented to all emulators ? What do i need ?
actually, u can use the mozilla's web socket documentation, there's the basics of how they works and how can u implement them in c#
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
898
Time for some good old googling.


 
Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
5,265
Reaction score
47
if its about a game.. better use java applet or flash..

if not, well web sockets.. go to google...
 
[emoji848]
Legend
Joined
Dec 3, 2011
Messages
2,232
Reaction score
1,518
if its about a game.. better use java applet or flash..

if not, well web sockets.. go to google...

I'm not an expert in the area but that seems like an outdated suggestion to me. Particularly flash has been deprecated a while ago and completely removed from Chrome for instance. Java support is arguably even worse. There are several JS packages for game related stuff iirc, as well as an article on mozilla about web games: (which does suggest using WebSockets funnily enough).

It feels a bit like the time of browser games is over. And imo, rightfully so. Firefox is probably the better target for web games nowadays.
 
Custom Title Activated
Member
Joined
Sep 10, 2006
Messages
5,265
Reaction score
47
future is right if flash is really removed from chrome,

but Java web apps such as minecraft will always be an option for game dev.

i believe Html5 failed for fps and mmo games due to its lag and lack of synchronization with networking...
 
Junior Spellweaver
Joined
Oct 27, 2008
Messages
165
Reaction score
89
Web socket protocol if you want to implement it into your server:
 
Back
Top