ember.js - View Ember App on Remote Server -


i'm attempting develop ember.js app. required tools (node, ember-cli, bower, etc.) installed on remote machine. can create app no problems, , run ember server, unable access app through browser on local machine. ember server appears run on localhost:4200, meaning have view in browser on remote machine. know how open being viewable outside localhost? have firewall setup on remote machine, , configured allow connections on port 4200. have configured hosts file on local machine can access content served remote server using server's hostname instead of ip address. i've been using $hostname:4200 try access app, connection doesn't go through. best of knowledge, remote machine isn't accessible outside of network it's on (my local machine , remote machine on same network). i've used --proxy option ember serve, didn't work.

essentially, know of way can view app through browser local machine?

i able see ember application served ember s command on other machine in same network using ip of other machine , correct port. had use correct ip.

you can go cmd.exe on windows, run ipconfig , use ipv4 address + ember port.

in case it's:

http://192.168.x.xx:4200

and can view on other machine.


Comments

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -