HTML5 Sockets?
Monkey Targets Forums/HTML5/HTML5 Sockets?| 
 | ||
| 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? | 
| 
 | ||
| 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. | 
| 
 | ||
| I was thinking of writing the server for my game in BlitzMax and have a Monkey X HTML5 application as the client. | 
| 
 | ||
| One person form german community has began writting a websocket server: https://github.com/FWeinb/websocket.mod maybe it helps you... | 
| 
 | ||
| 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. |