thomas
Results
1
comments of
thomas
Here is a possible answer: http://howtodevelop.eu/question/reactjs-node-js-socket-io-wont-work-connect-in-reactjs-app,115692# i.e on your server.js side: server.listen(port) instead of app.listen(port) ! Also you may need on your client.js side: const io = require('socket.io-client')