|
|
|
Show HN: Yet another "my first open-source project" thread. Feedback, please?
|
|
7 points
by bytesong
5187 days ago
|
|
I must say I was encouraged to post my project here when I saw the positive response to this post: http://news.ycombinator.com/item?id=3780731 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. |
|
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