wladekarek
New Member
- Joined
- Apr 16, 2019
- Messages
- 3
- Thread Author
- #1
Hello!
I have just created two resources that can be accessed locally (API "hosted" by IIS and website "hosted" by nodejs with express and pm2). Both have own ports and it works fine. Now I would like to show it to the world
I have found some solutions like WAMP Server or FileZilla, but unfortunately, they allow me to share index.html file and that is all. A perfect solution in my case would just make those two ports visible for other computers worldwide. I created firewall rule for my two ports and access them using
http://{publicIP}: Port/apiRoute
but it does not work
If someone would just tell what to look for I would truly appreciate it.
I have just created two resources that can be accessed locally (API "hosted" by IIS and website "hosted" by nodejs with express and pm2). Both have own ports and it works fine. Now I would like to show it to the world

I have found some solutions like WAMP Server or FileZilla, but unfortunately, they allow me to share index.html file and that is all. A perfect solution in my case would just make those two ports visible for other computers worldwide. I created firewall rule for my two ports and access them using
http://{publicIP}: Port/apiRoute
but it does not work

If someone would just tell what to look for I would truly appreciate it.