Creating a websocket server
Creating a websocket server
Is it possible to create a websocket server with Spiderbasic?
Re: Creating a websocket server
Not direclty with spiderbasic commands and has little reason to do
A server runs 24/7 not some milliseconds where. Client side(js script) executes
So in general websocket servers run in servers in apache/nginx etc or custom.
I.e. you build one with purebasic. Like one mentiom In docs
https://github.com/Dadido3/WebSocket_Server
A server runs 24/7 not some milliseconds where. Client side(js script) executes
So in general websocket servers run in servers in apache/nginx etc or custom.
I.e. you build one with purebasic. Like one mentiom In docs
https://github.com/Dadido3/WebSocket_Server
Christos
Re: Creating a websocket server
Thanks for your answer.
I already know the Purebasic server, that's what I use.
But of course it would be even nicer if I could do this with Spiderbasic
I already know the Purebasic server, that's what I use.
But of course it would be even nicer if I could do this with Spiderbasic