Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).