A Queue is what kind of data structure?
FIFO.
Fist in First Out.
Like frisbees
A Stack is what kind of data structure?
LIFO.
Last in First Out
Like pancakes.
What is Libevent?
The corner stone of the Event Loop when JavaScript runs in the browser.
What is Libuv?
The corner stone of the Event Loop when JavaScript runs in Node.js.