Comment on Show HN: Yet another "my first open-source project" thread. Feedback, please?Comments−pwg14yNote for those who do not know, Tcl already provides the ability to do cross platform non-blocking TCP servers.Look at the Tcl "socket" command.Very basic file server in 8 lines: http://wiki.tcl.tk/23621Simple HTTP server in a page of code: http://wiki.tcl.tk/4333
Comments
Note for those who do not know, Tcl already provides the ability to do cross platform non-blocking TCP servers.
Look at the Tcl "socket" command.
Very basic file server in 8 lines: http://wiki.tcl.tk/23621
Simple HTTP server in a page of code: http://wiki.tcl.tk/4333