Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
Open Forum / Re: BASIC
« Last post by Gemino Smothers on March 13, 2023, 11:04:18 AM »
Where is it available? The web solution.
72
Open Forum / Re: BASIC
« Last post by John on March 11, 2023, 01:34:12 PM »
The ScriptBasic web solution is a lightweight httpd server using SB execution objects in a threaded sub-process with inter-thread variable sharing. (MT extension) It can run standalone or as a proxy.

I normally run sbhttpd as a proxy and Nginx to handle HTTPS and security. This environment can scale to whatever the demand might be required.
73
Open Forum / Re: BASIC
« Last post by Gemino Smothers on March 11, 2023, 10:11:56 AM »
It looks capable of being a complete replacement for PHP or ASP.
74
Open Forum / Re: BASIC
« Last post by John on March 08, 2023, 01:31:57 PM »
Plesk just provides my web hosting and server management. I'm running sbhttpd as a proxy server with Nginx for the front end. I use a SSH connection for server console use and the Plesk file explorer for file movement.

I'm running the server version of Raspian 32 bit on my zero. I'm running Ubuntu full GUI version on my RPi 4B.
75
Open Forum / Re: BASIC
« Last post by Gemino Smothers on March 08, 2023, 01:25:40 PM »
You're able to run Scirpt Basic on your remote Linux server and manage it with Plesk?

I have an original prototype model b Raspberry PI. Unfortunately the OS is too bloated for my use.
76
Open Forum / Re: BASIC
« Last post by John on March 06, 2023, 09:13:16 PM »
Quote
I will check that out. The microcontroller support is nice

Check out the Raspberry BASIC forum. ScriptBasic runs on the RPi under 32 and 64 bit OSs. I run Ubututu 64 bit on my RPi 4B and Rasbian 32 on the Zero.
77
Open Forum / Re: BASIC
« Last post by John on March 06, 2023, 09:02:33 PM »
I run on AWS as an EC2 instance of Ubuntu and Plesk for web hosting. All the forums I host run on the server instance.

This is an example of the ScriptBasic application proxy server using the QBO SDK I wrote to read the customers from my sandbox company.

https://sbqbo.org/home/qbo/custlist

The SBT extension module is ScriptBasic embedded in ScriptBasic. I used some of SHTTPD's C code to give the interpreter syncronous an asynchronous thread execution.
78
Open Forum / Re: BASIC
« Last post by Gemino Smothers on March 06, 2023, 08:54:56 PM »
I will check that out. The microcontroller support is nice.

I miss being able to run a BASIC server. Lacking port forwarding in my connection is discouraging.
79
Open Forum / Re: BASIC
« Last post by John on March 06, 2023, 06:51:32 PM »
If you look at the README on the repo it will give you the compile instructions. ScriptBasic runs on everything with unlimited expandability. (C extension modules)

There are a couple BACNet controller companies that embed ScriptBasic into their controllers. AIR (co-developer) has ScriptBasic running on his Mac under iOS.

I use Ubuntu and the ScriptBasic application server. I recently wrote an Intuit QuickBooks Online SDK with ScriptBasic that turned out well. I convert JSON to associative arrays with up to 15 nested levels.
80
Open Forum / Re: BASIC
« Last post by Gemino Smothers on March 06, 2023, 06:35:53 PM »
I will download the latest version and update.

I've never built a source on Linux. I need to learn how. Can it be compiled on Tiny Core or Damn Small? If not, what would you recommend?
Pages: 1 ... 6 7 [8] 9 10