fileheron_server 1.0.1
fileheron_server: ^1.0.1 copied to clipboard
A simple file server written in Dart.
FileHeronServer #
A Simple file server
Features #
- Allows running a local server on machine as a static or rest file server.
Getting started #
- Import the package in pubspec.yaml file as fileheron_server to use it.
Usage #
void main(List<String> args) {
var server = FileHeronServer();
ServerParams params = ServerParams(args);
server.initStaticServer(params);
server.start();
}
Additional information #
To contribute to this opensource project, open pull requests or issues in git repo