TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

7 点作者 bytesong大约 13 年前
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<p>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.<p>Here is the link: http://github.com/bsg/libserv<p>Please share your thoughts. All criticisms are welcome, even the harsh ones.<p>p.s. The project is still a work-in-progress.

4 条评论

pwg大约 13 年前
Note for those who do not know, Tcl already provides the ability to do cross platform non-blocking TCP servers.<p>Look at the Tcl "socket" command.<p>Very basic file server in 8 lines: <a href="http://wiki.tcl.tk/23621" rel="nofollow">http://wiki.tcl.tk/23621</a><p>Simple HTTP server in a page of code: <a href="http://wiki.tcl.tk/4333" rel="nofollow">http://wiki.tcl.tk/4333</a>
kaolinite大约 13 年前
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.
评论 #3781690 未加载
bytesong大约 13 年前
Clickable: <a href="http://github.com/bsg/libserv" rel="nofollow">http://github.com/bsg/libserv</a>
parfamz大约 13 年前
Good work. Have you seen libevent, perhaps you can borrow some ideas.
评论 #3790960 未加载