Message from JavaScript discussions
December 2017
— Given any link for explain in detail
Https://stackoverflow.com/questions/936197/what-is-the-difference-between-application-server-and-web-server
— Web servers: apache2, nginx..
— App servers: php or NODE rest Apis..
— Some can be deployed by the web server (like php from apache) or others can be even the same, both at the same time (NODE http server with REST api)
— Ah, an application server typically is any service that can respond to an API call from the web server
— Best explaination, web servers attend to http requests to load pages, and app servers attend to some webclient api to recive or process some data, most of the time is json
— Hello Everyone! I'm new and in an N201 class this semester.
— Nice to meet you all.
— (A CS N201)
— What is the best practice to style react components?
— "privacy"