/nodesocket-react-example

Example to start a project with Node.js server with socket.io and React

Primary LanguageJavaScript

Node-React-Socket Example

Example to create sites with Node.js server, React and Socket.io in the same folder.

Installation & Usage

    1. Install server dependencies at root folder: $ npm run init
    1. Start Node server and react app: $ npm run start-dev
    1. Go to 127.0.0.1:3000 and test it on two or more tabs at the same time! 🎉

Author

Joaquin Beceiro