jaguar 0.0.2 copy "jaguar: ^0.0.2" to clipboard
jaguar: ^0.0.2 copied to clipboard

outdatedDart 1 only

jaguar is a performant server side framework

example/main.dart

library main;

import 'dart:async';

import 'package:jaguar/jaguar.dart' as jaguar;

import 'api.dart';

Future<Null> main(List<String> args) async {
  ExampleApi tsa = new ExampleApi();

  jaguar.Configuration configuration =
      new jaguar.Configuration(multiThread: true);
  configuration.addApi(tsa);

  await jaguar.serve(configuration);
}
58
likes
0
pub points
87%
popularity

Publisher

unverified uploader

jaguar is a performant server side framework

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

build, http_server, mime, source_gen, yaml

More

Packages that depend on jaguar