web_server 2.0.0 copy "web_server: ^2.0.0" to clipboard
web_server: ^2.0.0 copied to clipboard

outdatedDart 1 only

An efficient server library for quickly creating a WebServer and handling HTTP requests, WebSocket connections, and API requests.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate web_server

Use it

The package has the following executables:

$ web_server

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add web_server

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

dependencies:
  web_server: ^2.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:web_server/web_server.dart';
1
likes
0
pub points
9%
popularity

Publisher

unverified uploader

An efficient server library for quickly creating a WebServer and handling HTTP requests, WebSocket connections, and API requests.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

cache, event_listener, path, server_logger

More

Packages that depend on web_server