Dennis Lizarzaburu Digitalberatung und Entwicklung

Hello Content

Another way to use it!

const http = require('http')
const bodyParser = require('body-parser')

http.createServer((req, res) => {
  bodyParser.parse(req, (error, body) => {
    res.end(body)
  })
}).listen(3000)

Dennis Lizarzaburu
Spreeallee 148
24111 Kiel