weaver
weaver copied to clipboard
Programming framework for writing and deploying cloud applications.
there is a easy way to run firecracker with weaver ssh deploy. docs: https://docs.nats.io/using-nats/nex code: https://github.com/synadia-io/nex This gives you a cloud in a box in many ways. When you mix...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.17.0 to 0.23.0. Commits c48da13 http2: fix TestServerContinuationFlood flakes 762b58d http2: fix tipos in comment ba87210 http2: close connections when receiving too many headers ebc8168 all: fix...
Bumps [github.com/docker/docker](https://github.com/docker/docker) from 24.0.7+incompatible to 24.0.9+incompatible. Release notes Sourced from github.com/docker/docker's releases. v24.0.9 24.0.9 For a full list of pull requests and changes in this release, refer to the relevant...
It would be great if we get a blog post on how to serve http/s traffic with Service Weaver with best practices. I don't mean the general way of using...
When the defined structure and the processed program are not in the same package in a program, it will affect the serialization processing. Why not use the encoding/gob package for...
works in chrome but not safari for playing the videos.
We currently have a set of microservices. On the premise of ensuring the workload of maintenance, we hope to make a version that merges services. However, we encountered a problem....
In the process of using Weaver, I found that I could not set the default value of Config. This makes it impossible to use the correct settings when you have...
``` kubectl apply -f $(weaver kube deploy kube_deploy.yaml) ``` As [Service Weaver Docs](https://serviceweaver.dev/docs.html#kube) documentation deploy to local Kubernetes but got error message ``` $ kubectl logs weaver-main-c7d548af-4de23858-6cf988775f-clw9n NewBabysitter: create envelope:...
Hi, we want to use ServiceWeaver to implement a modular design ERP product similar to Odoo. Is there a way to implement a feature similar to Odoo's dynamic loading/unloading of...