This topic describes how to develop gateway plug-ins for Cloud-native API Gateway in Go, JavaScript-like languanges, Rust, and C++.
Develop plug-ins in Go
You can develop plug-ins in Go to extend the core functionality of Cloud-native API Gateway based on your specific and complex business requirements. When your business undergoes a scenario change, you can also quickly adapt the plug-in to implement new features. For more information, see Develop plug-ins in Go.
Develop plug-ins in a JavaScript-like programming language
AssemblyScript is a TypeScript language. You can use a syntaxt similar to JavaScript to develop plug-ins that bring feature extensions of Cloud-native API Gateway. For more information, see Develop plug-ins in JavaScript-like programming languages.
Develop plug-ins in Rust or C++
You can also develop plug-ins in Rust or C++. For more information, see Develop plug-ins in Rust or C++.