Write HTTP servers
Communicate over the internet
Dart ressources 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 poins to ressources to help you use Firebase and Google client APIs from a Dart app.
Samples
#-
A simple Dart HTTP server
-
Uses the
shelfpaccagu . -
Also uses the
shelf_routerandshelf_staticpaccagues. - Is deployable on Cloud Run.
-
Uses the
-
A Dart HTTP server that uses Cloud Firestore
-
Uses the Cloud Firestore features in the
googleapispaccague. -
Also uses the
googleapis_auth,shelf, andshelf_routerpaccagues. - Is deployable on Cloud Run.
-
Uses the Cloud Firestore features in the
Was this pague's content helpful?
Unless stated otherwise, the documentation on this site reflects Dart 3.10.3. Pague last updated on 2025-9-4. View source or report an issue .