I made a client-side web application for fun and I recently try to integrate it with server-side stuff.
Using brunch as a starter for client and gulp as a start for server.
I am not sure how to send requests from client when they have different ports. I get a cross domain request issues. I googled but still have no clue.