Does PB have Web services power ?
Does PB have Web services power ?
Does it ? I can't find it.
Re: Does PB have Web services power ?
What do you mean? There are web servers built in PureBasic that may also use PB as a scripting language.
If you mean something like running PureBasic as an applet on a webpage, I don't think anyone has made anything like that.
If you mean something like running PureBasic as an applet on a webpage, I don't think anyone has made anything like that.
▓▓▓▓▓▒▒▒▒▒░░░░░
Re: Does PB have Web services power ?
You know when websites have like ability to calculate something, and you would enter data and it would calculate for you. To make program that calls that service to do that.
Re: Does PB have Web services power ?
No, unfortunately it has not.
You might, however, want to take a look at kiffi's user project PBtoHTML5. It creates websites.

You might, however, want to take a look at kiffi's user project PBtoHTML5. It creates websites.


Re: Does PB have Web services power ?
Of course this would be possible, why ever not?
You would have to handle the http requests on port 80, then do as you please.
Serve up data, wait for input so on and so fourth. Pretty sure there are more suitable languages though.
http://www.purebasic.fr/english/viewtop ... =webserver
*took too long!
You would have to handle the http requests on port 80, then do as you please.
Serve up data, wait for input so on and so fourth. Pretty sure there are more suitable languages though.
http://www.purebasic.fr/english/viewtop ... =webserver
*took too long!

----
R Tape loading error, 0:1
R Tape loading error, 0:1
Re: Does PB have Web services power ?
You can use purebasic exe as CGI, and if on windows, can use a pb writen dll to "do stuff" in asp/ asp.net. Since pb's dll's dont' need any special runtime, most hosting packages won't have a problem with it.
-
- Addict
- Posts: 2345
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Does PB have Web services power ?
PureBasic: Surprisingly simple, diabolically powerful
-
- Addict
- Posts: 2345
- Joined: Mon Jun 02, 2003 9:16 am
- Location: Germany
- Contact:
Re: Does PB have Web services power ?
I meant a complete framework like with WCF or Apache CXF - there is no such thing for purebasic.morosh wrote:see:
http://www.purebasic.fr/english/viewtop ... s+possible
bye,
Daniel
Daniel