Book Image

DART Cookbook

By : Ivo Balbaert
Book Image

DART Cookbook

By: Ivo Balbaert

Overview of this book

Table of Contents (18 chapters)
Dart Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 7. Working with Web Servers

In this chapter, we will cover the following recipes:

  • Creating a web server

  • Posting JSON-formatted data

  • Receiving data on the web server

  • Serving files with http_server

  • Using sockets

  • Using WebSockets

  • Using secure sockets and servers

  • Using a JSON web service