Show HN: Yet another "my first open-source project" thread. Feedback, please?
4 comments
Wow - I will use this so much. Thanks for writing this. I suspect you won't get as many responses to this as it's C, not Node.JS or Ruby, but I will find this very useful.
Clickable: http://github.com/bsg/libserv
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
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
Before you make any comments, please keep in mind that the project is written for fun. I'm not forcing anyone to use it. In fact, nobody should use the current unstable version in a serious project.
Here is the link: http://github.com/bsg/libserv
Please share your thoughts. All criticisms are welcome, even the harsh ones.
p.s. The project is still a work-in-progress.