basic_web_server 1.0.0 copy "basic_web_server: ^1.0.0" to clipboard
basic_web_server: ^1.0.0 copied to clipboard

This is a simple HTTP web server, that will listen with routes.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add basic_web_server

With Flutter:

 $ flutter pub add basic_web_server

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  basic_web_server: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:basic_web_server/basic_web_server.dart';
0
likes
150
points
30
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

This is a simple HTTP web server, that will listen with routes.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

mysql1, path, rich_stdout

More

Packages that depend on basic_web_server