假设我有一个域example.com
。我想使用Node.js编写一个主应用程序,并使用Golang编写一些组件。
是否可以使用 Node.js 运行api.example.com/first
和使用 Golang 运行api.example.com/second
?
还是可以在不同的子域上编写运行不同的应用程序?
答案 0 :(得分:1)
我能想到的最好的方法是:
查看有关本教程的上一篇教程:https://flaviocopes.com/go-nginx-reverse-proxy/