Communication JavaScript application (client) and a Julia application (server)

You should use a WebSocket library unless you want to implement the WebSocket protocol RFC 6455 - The WebSocket Protocol over a TCP socket yourself. Try GitHub - JuliaWeb/WebSockets.jl: A WebSockets library for Julia.

1 Like