-
----
## 🚀 Feature
Support websocket endpoints to allow two-way real-time data communication.
### Motivation
Currently, the requests are processed with the expectation that the …
-
I would like to be able to open WebSocket connections similar to the current HTTP endpoints.
I thought at first I could use a library like https://github.com/websockets/ws inside the endpoint but t…
-
- 1. This is my USIP setup.
```
# usip about
USIP_ENBALED=true
USIP_URI_CREDENTIAL=http://host.docker.internal:8080/credential
USIP_URI_USERINFO=http://host.docker.internal:8080/userinfo
USIP_UR…
-
**Jetty version(s)**
12
**Description**
The analysis to fix #11581 showed the following:
WebSocket closes the EndPoint too early, namely when it has received a CLOSE frame and it has sent one.…
-
Is there any possibility of adding a websockets controller similar to the Java Spring Boot websocket controller? so that there are endpoints of the application and the websockets work in a way similar…
-
## Description
Nethermind supports WebSocket and IPC as execution endpoints. https://docs.nethermind.io/interacting/json-rpc-server
## Version
5.1.3
## Present Behaviour
ERRO Error upda…
-
I have the following frontend code which sends audio data over a websocket in the browser (using the microphone):
```javascript
const webSocket = new WebSocket('ws://127.0.0.1:3000');
webSocket.o…
-
Similar functionality [exists](https://docs.blockscout.com/for-users/api/rpc-endpoints/contract#return-status-of-a-verification-attempt) in API v1: sc verification endpoint returns identifier of verif…
-
May I know how to get the send message endpoint cus in the webpage it uses websocket to send the messages i will be thankful if you helped me
-
There are a bunch of new endpoints related to Kucoin margin trading that need to be added. Putting here for visibility. I may get around to it but will also review and accept any contributions that ar…