Articles
Latest
More
Newsletter Sponsorship Discord About
Sign up for our Newsletter
The video for this lesson is currently being updated, please read the transcript instead.
Advanced Vue 2 - Vuex & SSR > Lesson 38

Setup for sending events to server

So we've made it now so that a user can successfully add an event to our app, and what we want

to do now is make it so that when they add an event, the event gets sent off to our server

and stored on the server so that later if they refresh the page, any event they've added

is still in existence.

We're in our server.js file here now.

So what we're going to do is add a new route.

So we're using the Express framework, so we can just go app. and then whatever HTTP method


Back to course page

Click to load comments...

Articles
  • Latest
Newsletter
  • Join
  • Sponsorship
More
  • Discord
  • Vue.js jobs
  • About

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

  • RSS
  • |
  • Atom