surrealdb / surrealdb.java

SurrealDB SDK for Java
https://surrealdb.com
Apache License 2.0
67 stars 21 forks source link

Feature: Implement WS protocol for driver refactor API #62

Closed phughk closed 1 year ago

phughk commented 1 year ago

Is your feature request related to a problem?

We would like the WebSocket protocol supported in plaintext. This is very similar to #61 but instead of HTTP it is HTTP(S) with protocol upgrade to WebSockets immediately.

Likewise, would be cool if this was netty.

Same requirements for basic functionality.

Describe the solution

Netty handler for WebSockets, conforming to existing API interfaces.

Alternative methods

It is possible to lift the existing implementation. Please try to avoid this as I would like to re-think how the protocol processing works.

Key requirements for protocol

SurrealDB version

SurrealDB beta-9; java driver commit 50aa1d6

Contact Details

hugh@surrealdb.com

Is there an existing issue for this?

Code of Conduct