Skip to content

Instantly share code, notes, and snippets.

@TuanMinPay
Created August 31, 2018 05:37
Show Gist options
  • Save TuanMinPay/eb9e20fc032e5486fa57492614d0522b to your computer and use it in GitHub Desktop.
Save TuanMinPay/eb9e20fc032e5486fa57492614d0522b to your computer and use it in GitHub Desktop.
var http = require("http");
var server = http.createServer();
server.listen(8888);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment