A implementation basic sample CRUD with WebSockets
1 - First clone this repository
git clone [email protected]:KollerZx/crud-websockets.git
#OR
git clone https://github.com/KollerZx/crud-websockets.git
2 - install the dependencies
yarn
#OR
npm install
3 - run the project
yarn start
#OR
npm start
The server will be available at http://localhost:3000
- NodeJs - Version used this project v16.16.0
- Socket.io - Version used this project v4.5.1
A sample the frontend to consume this application, can be found at:
- Frontend - CRUD WebSockets - Client - Developed by Leandro Cruz Repositório