Announcements

Help Wizard

Step 1

NEXT STEP

Looking for guidance on hosting my app

Looking for guidance on hosting my app

Hi there!

 

For the past several months, I've been developing an app using Spotify Web API and Node. As it's nearing completion, I'm wondering how to host my app on a domain for others to use. So far, I've been running my authentication server on localhost:8888 using Node to test my app as instructed in the Spotify Web API guide. How would I go about authenticating users of my app on a real web page? This is my first time developing a web app using an API like this.

 

Reply
2 Replies

Update. I found what I needed. Here is a guide about Node hosting options I found on GitHub for anyone who might be wondering the same thing:

 

https://github.com/nodejs/node-v0.x-archive/wiki/Node-Hosting

It's better if you can search on Google for more information. On the contrary, you can also follow the OP suggestion. All the best!

Suggested posts