Skip to content

real-time collaborative text editor with ASP.NET and SignalR

Notifications You must be signed in to change notification settings

NadaMesbah/Collaborative-Text-Editor

Repository files navigation

Real-time collaborative Text Editor.

This is a real-time collaborative text editor built using ASP.NET, SignalR and Quill. The application allows multiple users to edit a document simultaneously and see each other's changes in real-time.

Features

  • Real-time collaboration : Multiple users can edit the same document simultaneously and see each other's changes in real-time.
  • Easy to use interface : The user interface is designed to be intuitive and easy to use.
  • Support for rich text formatting : The text editor supports rich text formatting, including bold, italic, underline, and more.
  • Secure authentication : Users must log in to access the application, ensuring that only authorized users can edit documents.
  • Real-time notifications : Users receive real-time notifications when changes are made to the document, allowing them to stay up-to-date with the latest changes.

Requirements

  • Visual Studio 2019 or later . ASP.NET Core 3.1 . SignalR 1.1.0
  • Quill 1.3.7

Installation

  1. Clone the repository to your local machine.
  2. Open the project in Visual Studio.
  3. Build the project.
  4. Run the application.

Usage

  1. Open the application in your web browser.
  2. Log in with your credentials.
  3. Open the text editor.
  4. Start editing the document.

Changes made by other users will be visible in real-time.

License This project is licensed under the MIT License - see the LICENSE file for details.

About

real-time collaborative text editor with ASP.NET and SignalR

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published