[Fullstack Note] Javascript request in Browser and NodeJS environment
Compare with fetch and axios in source code level.
When it come to align fetch in both frontend and backend environment, `axios` is the most frequent libray which be mentioned. However, what is the diffenence between Client/Server side fetch?