serveme 1.2.2 copy "serveme: ^1.2.2" to clipboard
serveme: ^1.2.2 copied to clipboard

Backend server framework designed for a quick development of modular WebSocket based server applications with MongoDB integration.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add serveme
copied to clipboard

With Flutter:

 $ flutter pub add serveme
copied to clipboard

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

dependencies:
  serveme: ^1.2.2
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:serveme/serveme.dart';
copied to clipboard
58
likes
120
points
68
downloads

Publisher

verified publisherminimagic.games

Weekly Downloads

2024.09.13 - 2025.03.28

Backend server framework designed for a quick development of modular WebSocket based server applications with MongoDB integration.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

connectme, mongo_dart, packme, yaml

More

Packages that depend on serveme