Page 1 of 1

Feature request: Creating a REST web service

Posted: Thu May 14, 2020 11:04 am
by _Marc_
Hi,

I can create great client side web applications with SB.

Most of the time, those need an API to talk with.

Wouldn't it be great if I don't have to do this with ASP.NET but instead that I can also do this with SB? For this SB could, for example, generate PHP code?

Re: Feature request: Creating a REST web service

Posted: Thu May 14, 2020 6:38 pm
by plouf
API talk under a browser is limited to non by definition
its basically out of scope of SPiderBasic

PHP is also something exlusive diffirent . PHP is SERVER side scripting
The scope of spiderbasic is do what javascrpit can do.

Re: Feature request: Creating a REST web service

Posted: Fri May 15, 2020 6:34 am
by useful
We already have everything.
https://www.purebasic.com/documentation/cgi/index.html
There's a lack of more detailed methodological support,
detailed configuration and application examples for different web servers.