Tweak again

This commit is contained in:
Pentium44 2021-04-07 18:04:39 -07:00
parent eb623d49fd
commit c60a0a030d

View File

@ -52,7 +52,8 @@ at this moment!
* Networking functions
* `netlisten "<port>" "<search>" "<respond>"` -> listens on <port> and replies <respond> on <search> found from outside
* `nettoss "<address>" "<port>" "<data>"` -> binds to outside server at <address>:<port> and pushes <data> thus, disconnecting
* `nethttp "<port>" "<forkval>"` -> throws up a web server on <port> in the current working directory, forkval (0 or 1, 0 don't fork into background / 1 do).
* `nethttp "<port>" "<forkval>"` -> throws up a web server on <port> in the current working directory,
forkval (0 or 1, 0 don't fork into background / 1 do).
This will change rapidly as of currently, slidescript is in beavy development!