How to post an ArrayBuffer data to server using XMLHttpRequest, React and Express as demo
井民全, Jing, mqjing@gmail.com
Github: (view)
1. Quick
1.1. Client
1.2. Server
2. Detail
2.1. Client
Sent Html header
2.2. Server
3. References
Sending and Receiving Binary Data -- Receiving binary data using JavaScript typed arrays, https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest/Sending_and_Receiving_Binary_Data
Get HTTP POST Body in Express.js, https://stackabuse.com/get-http-post-body-in-express-js
How to get the JSONized body and raw body while using body-parser in the nodejs express project, https://www.programmersought.com/article/14781326503/
