I own a dell r620 server at home and want to make more use of it. Typically its my staging environment as my internet is currently ipv6 with dslite so I can’t port forward. But I can easily call and get this changed so it’s not an issue.

I currently have some digital ocean infrastructure in place for my website. A load balancer that balances two front end servers running vueJs.

I need to add backends for my website. I can do this in the cloud and run my staging environment on my home server but I was thinking that maybe I could run a message queue or something like Kafka on a node that the frontends subscribe and publish to and have my home server host the backends using something like rust. This will keep it snappy and allow me to connect from my home network and pull/push requests.

That way I don’t compromise my home network and I get to avoid any networking voodoo and keep my cloud bill down significantly. Any thoughts ? Am I silly ? Thanks.

没有正确的解决方案

许可以下: CC-BY-SA归因
scroll top