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.

Ask HN: What are some good P2P application testing resources?

2 pointsby rayvyover 6 years ago
Can anyone recommend good P2P application testing resources?<p>By resources I mean: frameworks&#x2F;libraries&#x2F;papers&#x2F;previous research&#x2F;talks, etc<p>By P2P I basically mean some peer running a listener&#x2F;server, and receiving&#x2F;broadcasting&#x2F;sending messages accordingly (nothing fancy).<p>As of today when I want to test a decentralized&#x2F;P2P app, I&#x27;m just using a lot of &lt;code&gt;nc -lk [port number]&lt;&#x2F;code&gt; on my machine, and just opening a bunch of terminals with that (to create the illusion of multiple peers). However, as you might imagine, this is terribly inefficient and cumbersome.<p>Any suggestions?<p>Edit: add clarification of resources

no comments

no comments