8000 GitHub - danicat/pingpong
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

danicat/pingpong

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ping Pong

This is the supporting material for my talk "Production Ready Hello World".

Problem Statement

You are in charge of developing an application called "pingpong". This application is a web server that listens to requests and if it receives a GET request on the "/ping" path it should respond the message "pong".

The code should be production ready: include all the things that you consider important in production code, but you are only allowed to use packages from the standard library.

Requirements

  • Use package http
  • Use package httptest
  • Use package json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0