Node.js 还是去 Hyperledger Fabric 的链代码开发?
Node.js or Go for Hyperledger Fabric's chaincode development?
在可维护性、可扩展性和更好的支持方面,Node.js
和 Go
中哪种语言更适合 'chaincode' 开发?
这是个人喜好问题,但我会选择 Golang,因为:
Node.js chaincode在构建容器时使用npm install,速度较慢,可能会因网络问题而失败,而Golang只是编译源码,没有获取任何东西。
Chaincode 功能首先引入 Golang chaincode,然后再引入其他 chaincode 实现。
在可维护性、可扩展性和更好的支持方面,Node.js
和 Go
中哪种语言更适合 'chaincode' 开发?
这是个人喜好问题,但我会选择 Golang,因为:
Node.js chaincode在构建容器时使用npm install,速度较慢,可能会因网络问题而失败,而Golang只是编译源码,没有获取任何东西。
Chaincode 功能首先引入 Golang chaincode,然后再引入其他 chaincode 实现。