Is it possible to have NodeJS and MAMP running together on the same machine? If so how would i achieve this?
Note: I can run them separately just not together. I assume its down to my NodeJS using the “localhost” as well as MAMP.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can setup Proxy and a host.
for example create node01.example.com in Hosts. Then Go to Advanced and enter the following in “Customized virtual host general settings”
when you visit node01.example.com you’d pass through MAMP and go to your node 😉