server_nano 1.5.1 copy "server_nano: ^1.5.1" to clipboard
server_nano: ^1.5.1 copied to clipboard

A light, very fast, and friendly http and websocket server written in dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add server_nano
copied to clipboard

With Flutter:

 $ flutter pub add server_nano
copied to clipboard

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

dependencies:
  server_nano: ^1.5.1
copied to clipboard

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:server_nano/server_nano.dart';
copied to clipboard
16
likes
150
points
150
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.24 - 2025.03.08

A light, very fast, and friendly http and websocket server written in dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

mime, path

More

Packages that depend on server_nano