Skip to content

An express server to demonstrate working with files like png/jpg/pdf/* , sharing between client and server, streaming data versus pre-loading data , statically versus manually serving files, small files versus Bigger files, Reducing response time.

Notifications You must be signed in to change notification settings

harshitScript/file-client-server-operation

Repository files navigation

file-client-server-operations

read-write-stream, stream-response, static-serving, pdf-generation, res-pipelining

An express server to demonstrate:

- working with files like png/jpg/pdf/*.
- Sharing between client and server.
- Streaming file data versus pre-loading file data.
- Statically versus Manually serving files.
- Small files versus Bigger files.
- Reducing response time.
- Pipelining data into the response object.
- Dynamically populating response(streaming).
- Opening files in browser, Saving files as attachment.
- Performance Recording.
- Generating Pdf(pdfkit-streaming).

About

An express server to demonstrate working with files like png/jpg/pdf/* , sharing between client and server, streaming data versus pre-loading data , statically versus manually serving files, small files versus Bigger files, Reducing response time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published