sdk-golang
coder
sdk-golang | coder | |
---|---|---|
3 | 39 | |
111 | 10,807 | |
2.7% | 2.7% | |
8.6 | 10.0 | |
7 days ago | 1 day ago | |
Go | Go | |
Apache License 2.0 | GNU Affero General Public License v3.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sdk-golang
-
ngrok-go: embed ingress into your Go apps as a net.Listener
- WRT app embedded: We have some examples in https://github.com/openziti/sdk-golang. Also, our documents on embedding into Prometheus (https://docs.openziti.io/blog/zitification/prometheus/part1/) and Kubeclt (https://docs.openziti.io/blog/zitification/kubernetes/) should be useful. This use case is basically what Ozone did - https://ozone.one/blog/ozone-zitifies-private-kubernetes-deployments-with-netfoundry.
-
Would you build open source zero trust overlay networking into your greenfield app?
OpenZiti has two parts: the 'edge' and the 'fabric'. The OpenZiti fabric is all written in Go, and we have a Go SDK among the various edge endpoints - https://github.com/openziti/sdk-golang. By embedding the Go SDK in your app, you get many cool things for 'free' (see below).
-
I'm Using SNI Proxying and IPv6 to Share Port 443 Between Webapps
https://github.com/openziti/sdk-golang
Similarly, this eliminates the IP address dependencies.
Sample (Java in this case - see GitHub above for various language options):
coder
- Coder: Seamless Remote Dev Environments via Terraform
-
Quartz: A Deterministic Time Testing Library for Go
I'm Quartz's primary author, and I hadn't seen this proposal until today.
They are similar in the sense of using a faked clock to make things deterministic. Other than not having to inject the Clock interface, tests using Quartz will probably look fairly similar to this proposal in many cases.
The proposal has a simpler API than Quartz, being able to just run some goroutines and wait until everything is blocked.
However, this brings some limitations on what can be tested, such as time elapsing while computation is occurring (not just elapsing while things are waiting for something else). IMO this is an important limitation, as many interesting time-of-check, time-of-use bugs and edge cases occur because time does elapse during computation in real systems.
An example of this from coder/coder that motivated the design of Quartz's API: https://github.com/coder/coder/blob/a5e4bf38fec66c5e7ecc96b0...
-
Show HN: Lapdev, a new open-source remote dev environment management software
Founder of coder (https://github.com/coder/coder) here. We choose Terraform as our provisioning layer so that users can provision full blown VMs as their development environment.
We have many teams using GPUs with Coder for ML workloads but doing GUI/Game remote development where interactivity is essential remains elusive.
-
15 open-source tools to elevate your software design workflow
If you're looking for a collaboration tool, try Coder.
- Coder v2.0.0 Released
-
ngrok-go: embed ingress into your Go apps as a net.Listener
You're right, Tailscale is not 100% open source but the clients and DERP system being open source is enough for you to create what is requested here. A perfect example is https://github.com/coder/coder
-
Repository with sqlc, how to hide transactions?
Coder is using SQLc. You are responsible for handling transactions, see this example:
-
Company wants us to code C# in VS Code. What would you miss if you couldn't use VS/Rider?
The company i work for is planning on implementing Coder ( GitHub - coder/coder: A tool that provisions remote development environments via Terraform) with VS Code.
-
m8a scenario #1 - Using Coder to Develop Keycloak Templates Live (almost)...
Next, you'll need a workspace template to be able to create a workspace. Again, the Coder's docs explain how to do this well and there is an example k8s template you can start from.
-
What are well-developed web applications in Golang?
Coder https://github.com/coder/coder
What are some alternatives?
ziti-sdk-csharp - An C#-based SDK to access Ziti
Code-Server - VS Code in the browser
website - The Caddy website
Eclipse Che - Kubernetes based Cloud Development Environments for Enterprise Teams
boundary - Boundary enables identity-based access management for dynamic infrastructure.
daytona - Daytona is a Secure and Elastic Infrastructure for Running AI-Generated Code