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

https://github.com/kratikakg/docify

Docify is a collaborative document editing application inspired by Google Docs. Built with React on the client side and Socket.io for real-time updates on the server side, Docify allows multiple users to edit documents simultaneously.
https://github.com/kratikakg/docify

mongodb nodejs quill reactjs socket-io

Last synced: 3 months ago
JSON representation

Docify is a collaborative document editing application inspired by Google Docs. Built with React on the client side and Socket.io for real-time updates on the server side, Docify allows multiple users to edit documents simultaneously.

Awesome Lists containing this project

README

          

# Docify

Docify is a collaborative document editing application inspired by Google Docs. Built with React on the client side and Socket.io for real-time updates on the server side, Docify allows multiple users to edit documents simultaneously.

## Features

- Real-time collaborative document editing
- Rich text formatting with Quill editor
- Unique document IDs for easy sharing
- Automatic document saving

## Tech Stack

**Client:** React, Quill

**Server:** Node.js, Socket.io

**Database:** MongoDB

**Deployment:** Netlify (Client), Vercel (Server)