Lite server and Browser-sync are really nice tools for fast UI programming. My problem arise when I try ajax calls for data from my real web server.
It seems basic to me to get json objects via ajax call from a real server (java, php, c#, etc), and yet I can't seems to find any example how to do it.
please advise.