0

I'm experimenting with nodejs on my localhost now.

I do have a simple server host but I don't have SSH access etc.
How can I share my work with people in this situation?

Thanks,
Tee

2 Answers 2

1

you could do a couple of things:

Sign up to request clarification or add additional context in comments.

Comments

0

A little more complicated, but you could buy a domain (through Google this would be about $10 US for a .com address, or as little as $2 US for a .info through GoDaddy.com) and then use a service like freedns.afraid.org to port all domain traffic to your domain. This way you can run your scripts on whatever port you like on localhost.

Here's a howto to make that work: http://ubuntuforums.org/showthread.php?t=1020886

This way you can run everything off of your local computer and not have to worry about the ssh access restrictions.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.