You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to locomo...@googlegroups.com
I have a simple problem: I want to host two different websites on two different domains, under one nodejs/locomotivejs instance. Is such a thing possible?
I have been trying to implement the concept behind this tutorial:
You create a directory of the name of each site and then run the parent server (vhoster).
AJ ONeal
unread,
Aug 8, 2013, 1:39:13 PM8/8/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to locomo...@googlegroups.com
I spoke too soon!
I was assuming that `lcm server -p 5050` simply required a `server.js` or `app.js` somewhere and called `server.listen(fn, port)` like connect and express do, but I can't find the `app.js` equivalent!