© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Matej Bošnjak
Web developer, blogger, cyclist and chess player
Hello :)
Regarding body-parser, express ships with body parser now, and you can use it like this:
const app = express(); app.use(express.json());
Good article, short, simple and informative.
Omkar Arora
Hey! Thanks for the tip. Will use this in my upcoming projects.