std/http_test.ts

5 lines
84 B
TypeScript
Raw Normal View History

2018-11-07 06:08:51 +00:00
import { listen } from "./server.ts";
const s = listen("0.0.0.0:4500");
s.serve();