RetroBASIC

Basicprogramming(.org) => General questions and discussions => Topic started by: Tomaaz on February 16, 2016, 04:03:20 PM

Title: SpiderBasic
Post by: Tomaaz on February 16, 2016, 04:03:20 PM
This is an interesting BASIC from the authors of PureBasic. It's a converter to JavaScript that let you build client-side application for web development. It's not free, however it comes with a very good demo version and it is cheaper than PureBasic. The included examples are impressive, however I don't know how heavy more complex applications would be. Here it is: https://www.spiderbasic.com/ .
Title: Re: SpiderBasic
Post by: ScriptBasic on February 16, 2016, 07:03:25 PM
Hi Tomaaz,

A bit too slow for me. If you're looking for a BASIC web server, try Script BASIC's multi-threaded proxy application HTTP server.

Here is an CGI echo script running on my Koding.com AWS instance using the Script BASIC application server.

http://scriptbasic.koding.io/home/echo

Here is an example of the Script BASIC application server being used to dynamically generate real time bouy weather (http://tinypic.com/view.php?pic=30wt3s9&s=8#.VsN5WEL9_7A) images combining satellite and bouy data from the sensors around the world. Like I've said many times before, Scipt BASIC isn't a toy BASIC and is used commercially in multiple mission critical applications.