N
N
Noname2018-07-19 21:19:19
Frontend
Noname, 2018-07-19 21:19:19

Pure sockets in JS?

Good day, I'm interested in the question: are there "clean" sockets in JS? By the word "clean" I mean a normal TCP connection between the server and the client, without a specific frame structure (it shouldn't exist :)).
The server is a script based on the winsock library. Example: poke .

Answer the question

In order to leave comments, you need to log in

1 answer(s)
P
Philipp, 2018-07-19
@Ddeeeennn

In general, there are no pure sockets. Throw away your winsock and make a normal WebSocket server.
If you really want to, it burns, then it's still only in
progress
US/docs/Archive/B... (very specific support)
If you need to work with sockets in JS, then the only option is to implement a proxy server in Node.JS.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question