The nodejs code is just a client to the validator network where the validator processes the golang based chaincode to completely decouple it from the nodejs based client.
The validator downloads the chaincode and compiles it locally within an isolating container.
The process looks like [golang::chaincode]->[nodejs::client]->(network)->[golang::validator]->[golang::container].
So the first and last parts are golang/chaincode related. The processing is done in the middle. The fact that the client is nodejs and the validator is golang does not matter here.
Understand how this whole Blockchain system works. Enroll now in Blockchain Training.