question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is this the right way to re-use a server seed in a node.js deployment?

See original GitHub issue
var b = Bugout({seed: "BofqDQcd9W6MNZBcU1561SPDouywe8eFdFEDDxcUmVkGiPaHtBHQ", wt: wt})

I am asking because I can’t seem to get clients to connect this way. If I don’t pass in a seed, connections work fine.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
draedercommented, Feb 13, 2021

@chr15m I created a tracker server that should be reliable: wss://ws.peer.ooo. You’re welcome to use it if you’d like. It’s deployed as an app in Heroku. If you or others want to deploy your own in Heroku, it can be done here: https://github.com/draeder/p2p-tracker

1reaction
chr15mcommented, Jan 17, 2021

That sounds good. I’ve been working on this, which operates at the webrtc layer.

https://github.com/chr15m/webrtc-signaling-mesh

Let me know if you have any feedback.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Database seeding in Node.js - DEV Community ‍ ‍
In this article I'd like to talk about database seeding using Node.js and MySQL: what it is and how to implement it.
Read more >
Making a server module for reuse in node.js - Stack Overflow
Try this for your socket.io problem. In Server.js : server_http: function(port, callback){ http.listen(port, function(){ callback(this); ...
Read more >
Choosing the right seed for Mean stack | by Martins Untals
Currently, such a reusable stack for me is Mean. I am sure you all have heard about it — it stands for MongoDB,...
Read more >
NodeJS with Keep-Alives and Connection Reuse -
This post will be an overview of how to implement connection reuse on Azure with Node.js. By default, Node.js doesn't reuse connections ...
Read more >
How to build a blazing fast GraphQL API with Node.js ...
This tutorial is part two of a four part series, which aims to take you from scratch to deploying a fully functional full...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found