Grunt Connect , Nodemon same port issue
问题 I am trying to run angular admin template and node server by grunt and nodemon.All runs well..Problem is when i try to send any request from client-side to server-side its showing 404 error. For both i am using same port which is 2300. If i change the port number of server.js then it returns result..I can not run them by same port. I am sending request http://localhost:2300/test Here is my Gruntfile : // Generated on 2015-01-21 using generator-angular 0.9.2 'use strict'; // # Globbing // for