Feature request: Creating a REST web service

Got an idea for enhancing SpiderBasic? New command(s) you'd like to see?
_Marc_
Posts: 23
Joined: Wed Mar 30, 2016 7:49 am

Feature request: Creating a REST web service

Post 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?
plouf
Posts: 194
Joined: Tue Feb 25, 2014 6:01 pm
Location: Athens,Greece

Re: Feature request: Creating a REST web service

Post 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.
Christos
User avatar
useful
Posts: 116
Joined: Tue Feb 25, 2014 1:15 pm

Re: Feature request: Creating a REST web service

Post 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.
2B or not 2B = FF
Post Reply