import { createServer } from "http-server"; const server = createServer(); server.listen(8000); server.close();