Write HTTP servers
Dart resources for writing HTTP servers include:
Documentation
#- Using Google Cloud has information on Google Cloud products that Dart servers can use, such as Cloud Run.
- Using Google APIs points to resources to help you use Firebase and Google client APIs from a Dart app.
Samples
#- A simple Dart HTTP server
- Uses the
shelf
package. - Also uses the
shelf_router
andshelf_static
packages. - Is deployable on Cloud Run.
- Uses the
- A Dart HTTP server that uses Cloud Firestore
- Uses the Cloud Firestore features in the
googleapis
package. - Also uses the
googleapis_auth
,shelf
, andshelf_router
packages. - Is deployable on Cloud Run.
- Uses the Cloud Firestore features in the
Was this page's content helpful?
Thank you for your feedback!
Provide details Thank you for your feedback! Please let us know what we can do to improve.
Provide details Unless stated otherwise, the documentation on this site reflects Dart 3.8.1. Page last updated on 2024-05-06. View source or report an issue.