I have a website that is configured on nginx locally. The back end of the web application has been done in nodejs
Now I am loading my website and website is fetching the data from the server. Server is also being run locally(through node ).
I know that browser establishes tcp connection to a port on the server and I wanted to know a way by which I can count the number of tcp connections made by my website to the server over the given port.
My OS is Ubuntu and the server is nginx.
Sorry if there is any typo as I am not the guy with strong networking background.
Thanks in Advance.