General Stuff Flashcards
What is a server?
A “server” is a computer or system that provides resources, data, services, or programs to other computers (called clients) over a network, essentially acting as a central hub to manage and distribute information on demand; you can think of it like a waiter in a restaurant, taking orders from customers (clients) and delivering them the requested items (data) from the kitchen (server).
What does NPM stand for?
Node Package Manager
What is a run time environment
A runtime environment (RTE) is a collection of software and hardware components that allow applications to be executed. It’s the environment where a program runs, and it’s made up of the operating system, runtime libraries, frameworks, and other components.
What is an API?
An Application Programming Interface.
What does an API do?
It allows apps to send a request for data and then receive and interpret the response.