Skip to content

File share server is a tool for sharing private files to people using a secure hash token developed in Dart.

Notifications You must be signed in to change notification settings

tusharojha/file_share_server

Repository files navigation

File Share Platform in Dart

File share platform in Dart is a tool for sharing private files to people using a secure hash token.

It's developed in Dart using shelf & shelf router.

Read the API docs here.

Installing

Follow the below commands to run the server in your local machine:

    dart pub get
    dart bin/file_share.dart

Generating standalone executables using Dart2Native

You can create a standalone executable using Dart2Native using the following commands:

    dart compile exe lib/file_share.dart

You can find these files inside the executables directory.

Screenshots

Home Screen File Share Screen File Download Screen

About

File share server is a tool for sharing private files to people using a secure hash token developed in Dart.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages