Can I use a Wix domain for a NodeJS app?

1.9k views Asked by At

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.

2

There are 2 answers

0
sheplu On BEST ANSWER

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.

0
HatzavW On

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.