HTML5 Sockets?

Monkey Targets Forums/HTML5/HTML5 Sockets?

Hezkore(Posted 2014) [#1]
I've been searching around the forum for any information regarding HTML5 sockets, but so far I haven't found anything from the last year or so.
Is there a way to get TCP sockets into HTML5 now?


k.o.g.(Posted 2014) [#2]
The best solution is at the moment Websockets...
Browsers can't create a udp or a raw tcp connection without plugins...

http://www.websocket.org/echo.html

Im currently working on a monkey websocket server.


Hezkore(Posted 2014) [#3]
I was thinking of writing the server for my game in BlitzMax and have a Monkey X HTML5 application as the client.


k.o.g.(Posted 2014) [#4]
One person form german community has began writting a websocket server:
https://github.com/FWeinb/websocket.mod

maybe it helps you...


nikoniko(Posted 2014) [#5]
Hezkore wrote:
I was thinking of writing the server for my game in BlitzMax and have a Monkey X HTML5 application as the client.



You may to build server in blitzmax or monkey-x, tcp or http based server.