##Tech Stack
Spring Boot
React
SocketIO
H2 db
https://www.youtube.com/watch?v=y7jnF7MuNLI
Spring Boot
Netty Socket IO: socket server
H2 db: socket server
clone the project: https://github.com/gurkanucar/socketio-simple-chat
git clone https://github.com/gurkanucar/socketio-simple-chat
cd backend
mvn spring-boot:run
socket-server.host=192.168.0.10 // write your ip address not local host
SocketIO: socket io client (must be version 2)
React icons: icon package
clone the project: https://github.com/gurkanucar/socketio-simple-chat
git clone https://github.com/gurkanucar/socketio-simple-chat
cd socketio-simple-chat
cd frontend
npm install
npm start
export const SOCKET_BASE_URL = "http://192.168.0.10:8085"; // write your ip address not local host
export const API_BASE_URL = "http://192.168.0.10:8080"; // write your ip address not local host