Currently you would have to use an ESP8266. This could provide the web server capability. I can make available a converter that will take HTML pages and create GCB in memory tables. :-)
On the list of jobs is the SD card and Ethernet driver.
I am currently finishing the SD card driver. Meanwhile you could use the ESP8266 module. With page storage limited to the memory within the device. I planned the SD card to be used for storage, config etc. This will take a week or so to complete, as I want to complete the next release of GCBasic first. If you are willing and able you could work on the development and completion of this code.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Is there any way to use Great Cow Basic to host a web page?
I know with the Arduino programming language, you can include an Ethernet library and then use the commands from that library to make a web server.
Currently you would have to use an ESP8266. This could provide the web server capability. I can make available a converter that will take HTML pages and create GCB in memory tables. :-)
On the list of jobs is the SD card and Ethernet driver.
I am currently finishing the SD card driver. Meanwhile you could use the ESP8266 module. With page storage limited to the memory within the device. I planned the SD card to be used for storage, config etc. This will take a week or so to complete, as I want to complete the next release of GCBasic first. If you are willing and able you could work on the development and completion of this code.