5 ms·
You could serve your qbasic website from an old Android phone in a drawer my dude.
by knewter 3y ago
You could serve your qbasic website from an old Android phone in a drawer my dude.
- thatha7777 3y agoNot with BabaBASIC (for now?). No networking support whatsoever :P
- knewter 3y agoFairly certain jamon can wire in some io, let me nerd snipe in peace plz
- thatha7777 3y agoMy apologies. BabaBASIC is here to make any Android-related anachronistic dream come true (˃̣̣̥ w ˂̣̣̥).
- thatha7777 3y agoI think I have a general idea on how to implement basic TCP/IP sockets while staying true to QBasic 4.5's spirit (i.e. not introducing functions like _OpenConnection/_ConnectionAddress etc.) The "API" I have in mind would look something like ``` OPEN "TCP:\127.0.0.1\80\LISTEN" FOR INPUT AS #1 INPUT #1, CONN$ IF CONN$ <> "" REM CONN$ contains something like "TCP:\127.0.0.1\80\REMOTE_HOST\REMOTE_PORT" OPEN CONN$ AS #2 REM ... respond to request PRINT #2, "200 OK" CLOSE #2 END IF ```
- jamon51 3y agoDon't tempt me.
- thatha7777 3y agoUgh, jamon51, I think we slashdotted your website