Skip to content

atomicrobot/dart-base

Repository files navigation

A simple Dart HTTP server using package:shelf.

  • Listens on "any IP" (0.0.0.0) instead of loop-back (localhost, 127.0.0.1) to allow remote connections.
  • Defaults to listening on port 8080, but this can be configured by setting the PORT environment variable. (This is also the convention used by Cloud Run.)
  • Includes Dockerfile for easy containerization

To deploy on Cloud Run, follow these instructions.

To run this server locally, run as follows:

$ dart run bin/server.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published