Skip to content

KollerZx/crud-websockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSockets CRUD

A implementation basic sample CRUD with WebSockets

🔧 Installation

1 - First clone this repository

    git clone git@github.com: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

🛠️ Building with

  • NodeJs - Version used this project v16.16.0
  • Socket.io - Version used this project v4.5.1

✒️ Frontend

A sample the frontend to consume this application, can be found at:

  • Frontend - CRUD WebSockets - Client - Developed by Leandro Cruz Repositório

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages