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 will use the Molecule library to provide HTTP services to us:

Adding endpoint

  • Add an endpoint class, which we will call class WordzEndpoint:

Get hands-on with 1200+ tech skills courses.