Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manthanank/crud-nodejs-socketio
CRUD Nodejs Socket.io
https://github.com/manthanank/crud-nodejs-socketio
crud mongodb nodejs socket-io
Last synced: 25 days ago
JSON representation
CRUD Nodejs Socket.io
- Host: GitHub
- URL: https://github.com/manthanank/crud-nodejs-socketio
- Owner: manthanank
- Created: 2024-12-06T06:06:03.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-06T06:08:42.000Z (29 days ago)
- Last Synced: 2024-12-06T07:19:02.948Z (29 days ago)
- Topics: crud, mongodb, nodejs, socket-io
- Language: JavaScript
- Homepage: https://crud-nodejs-socketio-api.vercel.app
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CRUD Nodejs with MongoDB and Socket.io
This is a simple CRUD application using Nodejs, MongoDB and Socket.io. The application is a simple task manager where you can create, read, update and delete tasks. The application uses Socket.io to update the tasks in real time.
## Installation
1. Clone the repository
```bash
git clone https://github.com/manthanank/crud-nodejs-socketio.git
```2. Install the dependencies
```bash
npm install
```3. Start the server
```bash
npm start
```4. Open the browser and go to `http://localhost:3000`
## Technologies
- Nodejs
- MongoDB
- Socket.io
- Express## Author
- [Jorge Rubiano](https://twitter.com/ostjh)
## License
This project is open source and available under the [MIT License](LICENSE).