Building HTTP Server for Wordz Application

Explore the process of creating an HTTP server for the Wordz application, focusing on key tasks such as adding endpoints, setting up the web server, and defining routes.

The failing test allows us to test-drive code that implements an HTTP server. We’ll use the Molecule library to provide HTTP services to us.

Adding an endpoint

  • We add an endpoint class, which we’ll call the WordzEndpoint class:

Get hands-on with 1200+ tech skills courses.