Courses
Vue Foundations Vue Fullstack Vue Enterprise
Articles
Latest Topics
More
Newsletter Sponsorship Discord About
The video for this lesson is currently being updated, please read the transcript instead.
Advanced Vue 2 - Vuex & SSR > Lesson 39

Receiving event on server

So our server is receiving this post.

Now if we want to actually process this post in anyway, it's a good idea to use the body-parser module.

Let's go app.use and with Express we can just acquire this like this, body-parser essentially

what that does is passes out any post body into Jason or whatever.

If we use the Jason method like that then that should work.

What we'll actually do is rather than console logging the word received will do a console.log


Back to course page

Click to load comments...

Courses
  • Vue Foundations
  • Vue Fullstack
  • Vue Enterprise
Articles
  • Latest
  • Topics
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

Vue.js Developers © 2021. View our privacy policy .

  • RSS
  • |
  • Atom