javascripttcpudpwebsocketpacket

JavaScript WebSockets with UDP?


I'm writing a JavaScript Application that has to receive a huge amount of data from other users. It is not important if some of this data gets lost. Is there some way of using JavaScript WebSockets with UDP instead of TCP?


Solution

  • No, it's not possible to have UDP communication within JavaScript. Sorry.