Skip to content

Commit

Permalink
Merge pull request #4383 from hi-im-aren/landscape-nasp
Browse files Browse the repository at this point in the history
Add nasp to clients
  • Loading branch information
Nikhil-Ladha committed Jul 12, 2023
2 parents cd97a94 + afbe880 commit 473a57a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/collections/landscape/clients.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,10 @@ export const clients = [
name: "go-zero",
link: "https://go-zero.dev/en/",
desc: "go-zero is a web and rpc framework written in Go. It's born to ensure the stability of the busy sites with resilient design. Builtin goctl greatly improves the development productivity."
},
{
name: "Nasp",
link: "https://github.com/cisco-open/nasp/",
desc: "Nasp is an open-source, lightweight library to expand service mesh capabilities to non-cloud environments by getting rid of the complexity of operating dedicated network proxies."
}
];

0 comments on commit 473a57a

Please sign in to comment.