Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 523 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 523 Bytes

Sample app


Runs a small node server that generates the number of steps taken to complete the collatz conjecture.


The server supports the following endpoints:

Primary data generation, which simply returns a number.

  • /collatz/generate/{input}

Cache information, json formatted.

  • /cache/stats
  • /cache/dump

Typescript is required, and the service can be compiled with a simple tsc call

The service can then be run locally via node ./out/app