Skip to content

Instantly share code, notes, and snippets.

@JuanRamino
Created September 23, 2021 09:55
Show Gist options
  • Save JuanRamino/f97cc294ac35a3ea0d34fab336f8177f to your computer and use it in GitHub Desktop.
Save JuanRamino/f97cc294ac35a3ea0d34fab336f8177f to your computer and use it in GitHub Desktop.
require('http').createServer(function (req, res) { res.end('OK'); }).listen(3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment