Can I use a Wix domain for a NodeJS app?

南笙酒味 提交于 2019-12-11 07:58:24

问题


This may be a silly question but I was wondering if I would be able to use my wix domain mfall33.com when deploying my node app.


回答1:


I'm not really sure how Wix is working, but if you paid for a domain name, you should be able to link your domain (mfall33.com) to an IP address.

So yes, you should be able to use your domain when you will deploy your node app.




回答2:


I think you might have been a bit confused.

A Domain is the name of your website, i.e. the URL. Wix is a system to build a website. Node JS is a technology to build a server.

Today as Wix Code released, I believe you can send events from Wix (client side) to your Node (server side).

You can change the DNS in order for your domain to point to your Node server in case you don't use the client side of Wix.



来源:https://stackoverflow.com/questions/46288009/can-i-use-a-wix-domain-for-a-nodejs-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!