Skip to content

Files

Latest commit

 

History

History

04-client-server-communication

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

Client <=> Server Communication

Learning Goals

  • Connect a React App to Flask API
  • Execute a GET Request and One or More POST/PATCH Reequests from a Front End Application
  • Use Flask Validation to Protect Data from Incorrect / Corrupt Requests
  • Discuss How to Handle Errors on Front End
  • Discuss SocketIO
  • Discuss CORS
  • Discuss honcho
  • Discuss yup