Live data from Hacker News

Show HN: Yet another "my first open-source project" thread. Feedback, please?

news.ycombinator.com

1–8 of 8 posts

Show HN: Yet another "my first open-source project" thread. Feedback, please?

#1
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.

Re: Show HN: Yet another "my first open-source project" thread. Feedback, please?

#4

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.

Thanks for commenting. I really appreciate your interest. Please keep in mind that the project has not been tested thoroughly yet and may fail badly in an unexpected way.

Re: Show HN: Yet another "my first open-source project" thread. Feedback, please?

#5
post #4

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.

Thanks for commenting. I really appreciate your interest. Please keep in mind that the project has not been tested thoroughly yet and may fail badly in an unexpected way.

That's cool. I won't use it straight away anyway, but will definitely be useful in the future.

Re: Show HN: Yet another "my first open-source project" thread. Feedback, please?

#6
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