TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: flic – Easy Inter-process Communication via TCP for Node.js

18 pointsby nkcmrover 11 years ago

2 comments

nhaehnleover 11 years ago
Often, you need IPC merely to communicate with a child worker process. I&#x27;ve seen quite a number of projects that needlessly roll their own solution when one can just use the built-in process.send() method.<p>Of course, this doesn&#x27;t cover all the use cases of this particular library, I just think it&#x27;s worth pointing out.
mappumover 11 years ago
It seems a lot of people (including me) have made projects like this, but it would probably be most efficient if one project emerged as the standard (it&#x27;s surprising one hasn&#x27;t).<p><a href="https://github.com/mappum/node-sock" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;mappum&#x2F;node-sock</a>
评论 #7189155 未加载