So I am building my second app. And I am trying to use lichess.api
The problem is the api URL is not a wss// url and that mean I would not be able to use WebSocket
This is the URL they provided https://lichess.org/api/board/seek
So when they say real time Real-time seek I am not able to understand how I could do that?
Do I need to use setinterval And make a request every so then or is there any other way?
Comments
Post a Comment