You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/process adds posts to the POSTS object on the server
takes post request
req.on("data") handler
req.on("end") handler
decode the date into an object
push object onto array (probably on router)
Test for each server route
The text was updated successfully, but these errors were encountered:
/process
adds posts to the POSTS object on the servertakes post request
req.on("data") handler
req.on("end") handler
decode the date into an object
push object onto array (probably on router)
The text was updated successfully, but these errors were encountered: