© Giulio Zambon 2016

Giulio Zambon, Practical C, 10.1007/978-1-4842-1769-6_13

13. Web Server Using Mongoose

Giulio Zambon

(1)Harrison, Aust Capital Terr, Australia

In this chapter you will learn how to embed a web server in C programs. That is, any of your applications written in C will be able to serve web pages. The next two sections will explain some concepts and facts concerning the Web that you need to have completely clear in order to understand the rest of the chapter without problems. If you are familiar with how the Web works, feel free to skip them.

Web Pages and Protocols

Many people use the terms Web and Internet as if they were synonyms. But they are not. The Internet is a world-spanning network of computers, while the World Wide Web ...

Get Practical C now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.