Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 517 Bytes

FagMiles-2023

A few reference implementations for the game. All of them starts a web server that listens on root for get requests with query parameter q. The response should be a string. Feel free to submit pull requests if you implement it in a different language.

dotnet-classic

A classic controller based WebAPI using dotnet7.

dotnet-minimal

Minimal style WebAPI using dotnet7.

node

Express.js web server for Node.js

python

Web server in Python using the Flask web framework