Hacker News new | ask | show | jobs
by pindi 4871 days ago
When developing Javascript apps locally, I often use SimpleHTTPServer so I can access them through http:// rather than file:/// URLs, which tend to interact badly with the same-origin policy.