fuinha / nodejs-mongodb-socketio-crud

A crud using websockets with nodejs and mongodb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Socket.io CRUD

This is a simple CRUD web application in real-time using Socket.io and Nodejs

Requeriments

  • Mongodb

Installation

git clone https://github.com/FaztWeb/websockets-nodejs-crud
cd websockets-nodejs-crud
npm install

To execute in development mode

npm run dev

to build the project for production

npm run build
npm start

Resources

About

A crud using websockets with nodejs and mongodb


Languages

Language:JavaScript 76.4%Language:HTML 22.9%Language:CSS 0.6%