Node.js is an event-based, asynchronous I/O framework that uses Google's V8 JavaScript engine. It is commonly used for heavy client-server JavaScript applications.
2
votes
2answers
94 views
Can I redirect Google bot to another domain with escaped_fragments?
I'm trying to make my Webapp SEO friendly. I read that I can redirect Google's bot to another URL with escaped_fragments. I'd like to use Phantom.js to serve Google my pages. Unfortunately, I can't ...
0
votes
0answers
91 views
Deploying web app with openshift?
I'm starting with Open Shift PaaS and I picked a node.js app as my first try.
So far I'm getting a 503 when I try to access my app site.
I've tried:
Set my github repo,
set the ssh key at github ...