The client doesn't work properly yet.
It would be much nicer and certainly easier if PureBasic offered websockets.
Other languages do that too.
HTTP/2 + websocket
Re: HTTP/2 + websocket
In C it is not integrated. You need an external library or write it by yourself.
The same in most other languages.
I know only javascript, where it is really integrated,
If 'the client' is not working, Simply choose a C library/dll and write a wrapper for PB.
Then it is 'integrated' as in other languages.
You can take libwebsockets for example. the PB community will appreciate it.
Or you can use a webviewgadget and javascript to implement a client.
The same in most other languages.
I know only javascript, where it is really integrated,
If 'the client' is not working, Simply choose a C library/dll and write a wrapper for PB.
Then it is 'integrated' as in other languages.
You can take libwebsockets for example. the PB community will appreciate it.
Or you can use a webviewgadget and javascript to implement a client.
Re: HTTP/2 + websocket
To be fair, you could say this for a loooot of the libraries PureBasic supports.infratec wrote: Sat Apr 19, 2025 9:47 pm In C it is not integrated. You need an external library or write it by yourself.
The same in most other languages.
I know only javascript, where it is really integrated,
a WebSocket library in the PB standard library wrapping libwebsockets or similar would be super super cool!