Skip to content

Implement Progress Tracking for File Uploads - #31

Open
Crosstons wants to merge 1 commit into
akave-ai:mainfrom
Crosstons:progress-tracking
Open

Implement Progress Tracking for File Uploads#31
Crosstons wants to merge 1 commit into
akave-ai:mainfrom
Crosstons:progress-tracking

Conversation

@Crosstons

Copy link
Copy Markdown

Overview

This PR addresses issue #15 adding server-sent events (SSE) to enable real-time progress tracking of file uploads, enhancing user feedback for large file transfers.

Key changes

  • SSE Integration: Added a new SSE middleware to handle real-time progress updates sent from the server to the client during file uploads.

  • Event Emitter Setup: Utilized an EventEmitter to manage and broadcast upload progress based on data streamed through Multer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant