I am new to socket io and I could find only chat app examples.
Here I have an application example NAT component, whenever we visit this page, I want the NAT page to prepopulate from the values from the backend. I want to use socket io to read those values. Currently, I don't know what is the free backend like firebase I can use to mock those values. Also, how to read those values using socket io and update the fields in the NAT based on what it has read?
https://codesandbox.io/s/react-material-ui-forked-z3lfbs?file=/src/Components/Exercises/Nat.js:0-4650