Create App.js(client)updated code#24
Create App.js(client)updated code#24Junaid2003 wants to merge 1 commit intocoding-with-chaim:masterfrom
Conversation
Updated the code with react router v6
|
//updated server.js file to latest so that it can work in 2023 hope you can accept pull request. I was not able to commit server.js file so i have pasted the code below. const rooms = {}; io.on("connection", socket => { }); server.listen(8000, () => console.log('server is running on port 8000')); |
Updated the code with react router v6