Creating a websocket server

Just starting out? Need help? Post your questions and find answers here.
Stefan
Posts: 248
Joined: Mon Feb 05, 2018 9:44 pm

Creating a websocket server

Post by Stefan »

Is it possible to create a websocket server with Spiderbasic?
plouf
Posts: 295
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Creating a websocket server

Post by plouf »

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
Christos
Stefan
Posts: 248
Joined: Mon Feb 05, 2018 9:44 pm

Re: Creating a websocket server

Post by Stefan »

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
Post Reply