Tags
Language
Tags
May 2024
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1

Web Servers and APIs using C++

Posted By: IrGens
Web Servers and APIs using C++

Web Servers and APIs using C++
.MP4, AVC, 1280x720, 15 fps | English, AAC, 2 Ch | 2h 34m | 482 MB
Instructor: Troy Miles

C++ has re-emerged as a go-to language for developing high-performance websites and web applications. C++ compiles to machine code, making it faster to start up and execute. For users, this means less time waiting for a site to render. This course teaches developers how to build a website powered by a MongoDB database and deploy it with a Heroku cloud server, all with C++.

Instructor Troy Miles—a senior software developer—shows how to build and deliver HTML webpages; upload, download, and parse JSON data; make RESTful API calls; and even do real-time communication using WebSockets. Along the way, he shows how to resolve one of the main challenges of C++ web development—a complex toolchain that must be synced in development and production—using Docker containers.

Learning objectives

  • Working with Crow, the C++ micro web framework
  • Deploying containers to Heroku
  • Building websites and webpages
  • Accessing data from a database
  • Accessing data via RESTful APIs
  • Creating API endpoints
  • Running WebSockets on Heroku


Web Servers and APIs using C++