Javonet Code Gateway

Javonet enables software developers to instantly integrate several programming languages. Javonet is available for Windows, Linux and Mac operating systems as a downloadable package for supported programming languages. This article lists getting started sections for supported technologies.

Javonet allows you to reference and use modules or packages written in (Java/Kotlin/Groovy/Clojure, C#/VB.NET, Ruby, Perl, Python, JavaScript/TypeScript) like they were created in your technology.

If you want to host your foreign module on remote node you need to run Javonet Code Gateway that will expose any public objects and methods defined in those modules for the consumption from your remote client code.

Javonet Code Gateway is available on My Javonet Portal for Windows, Linux and MacOS.

Javonet Code Gateway listens on port 8080 and serves all requests to the remote machine which was sent via TCP Channel.

All the samples which are presented in this guides can be performed remotely by just changing the new Runtime Context invocation from in memory to tcp. That will create and interact with your JAR library objects on any remote node, container or service that hosts Javonet Code Gateway. This way you can preserve the same logic in your application and instantly switch between monolithic and microservices architecture without the need to implement the integration layer based on web services or other remote invocation methods.