Chapter 10: Benchmarking HTTP Requests
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
const express = require("express");
|
||||
const app = express();
|
||||
|
||||
const bodyParser = require("body-parser");
|
||||
|
||||
app.use(bodyParser.json());
|
||||
@@ -13,4 +12,3 @@ app.post("/", (req, res) => {
|
||||
app.listen(3000, () => {
|
||||
console.log("Server listening on port 3000");
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user