chesslablab / chess-server

Asynchronous PHP chess server.
https://chesslablab.github.io/chess-server/
MIT License
47 stars 24 forks source link

WebSocketize the POST /v1/download/image endpoint #364

Closed programarivm closed 4 weeks ago

programarivm commented 4 weeks ago

A new service needs to be created on port 7443 to allow the transmission of binary data. More specifically, the /transmit command will be used as a counterpart of the POST /v1/download/image endpoint to transmit chessboard images based on a FEN string.

See: