This project builds a real-time chat application using WebSockets with Node.js and React.
- Node.js
- WebSockets
- React
-
Navigate to the
serverdirectory and install dependencies:npm install
-
Run the server:
node index.js
-
Navigate to the
clientdirectory and install dependencies:npm install
-
Run the React development server:
npm start
Sascha Meyer