python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to give certificate to Java Websocket?
Forgive me for the newb question, but I am confused and obviously not understanding the fundamentals or explanations of how to use a Websocket server hosted over HTTPS. Everything I find online leads ...
mcool
Votes: 0
Answers: 1
How to not escaping characters in Spring Boot SOAP Connector?
I have a SOAP connector in my Spring Boot project. I need to send a String as SOAP body in my SOAP request but Spring escapes <,> etc. characters. But I need to prevent it.
This is my JaxbMarsha...
İlkay Gunel
Votes: 0
Answers: 0
WebSocketClient.js:16 WebSocket connection to 'ws://localhost:3000/ws' failed: React, Docker, NGINX
Here's the issue... when I start a React app locally as npm start. I don't have a ws failed connection.
If I start NGINX and React servers within Docker containers I constantly get
WebSocketClient.js...
hazartilirot
Votes: 0
Answers: 4
How find into Koa context the WebSocket and Request connected to a connection?
I'd like connect the Koa application used mainly for easy handling of the middlewares, the { createServer } from http for handling the http server events, and the { WebSocketServer } from ws to handli...
cicciosgamino
Votes: 0
Answers: 0