Nx: Supporting java and golang backend project

Created on 6 Jul 2020  路  3Comments  路  Source: nrwl/nx

First of all, thanks for the great front end framework. At time being, we only mention nestjs, node js backend in documentation. Do we have plan to support other types of backend, for example java or Golang? My project use Golang and java, wonder how i can make it work with nx

misc feature

Most helpful comment

The core of Nx is technology agnostic, so you could add Golang or Java right now. We use Kotlin in our internal monorepo, and it's working well. We are planning to release a Java plugin this year that will help you set up the boilerplate, connect things to Gradle, etc.. The Golang plugin isn't planned for this year. But if someone else (or yourself) wants to be build, we will help out.

We are also planning to add a guide showing how to add technologies to your monorepo that don't have a plugin.

All 3 comments

The core of Nx is technology agnostic, so you could add Golang or Java right now. We use Kotlin in our internal monorepo, and it's working well. We are planning to release a Java plugin this year that will help you set up the boilerplate, connect things to Gradle, etc.. The Golang plugin isn't planned for this year. But if someone else (or yourself) wants to be build, we will help out.

We are also planning to add a guide showing how to add technologies to your monorepo that don't have a plugin.

Hey @dongnguyen918, I built a plugin that allows you to run Go projects in a Nx Workspace.

You can find it here: https://github.com/nx-go/nx-go

Let me know if you have any issues.

Any update on that java plugin?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

about-code picture about-code  路  3Comments

MichaelWarneke picture MichaelWarneke  路  3Comments

kmkatsma picture kmkatsma  路  3Comments

SWGeekPD picture SWGeekPD  路  3Comments

zpydee picture zpydee  路  3Comments