When I checked the protractor documentation. I saw that there is an option to run protractor without using Selenium server and by using directConnect: true flag.
I want to understand that what is the difference between running protractor tests using a selenium server and without using a selenium server other than the fact that only Chrome, Firefox are supported for the latter case?