C#C
C#14mo ago
Murali

✅ Vue js + .Net Web Api

Hi, I am new to VueJS and web API. I have a new task to create a simple application
fronted Vue.js 
Backend is Web API

this My Point To Complete

1.) Implement a simple web application using Vue JS which contains a navbar on the top of the page and this navbar will contain a notifications component (with a bell icon). This notifications component needs to be a Vue JS component. This notification icon will notify the incoming notifications by popping up with the number of incoming notifications. This is similar to incoming notifications you see on Facebook/Instagram. Also, the notifications should be in real-time. So, you can use Asp.net SignalrR for real-time functionality.
2.) You can create a .NET 8 web API for posting notifications. And as soon as you call the posting endpoint in the Web API, the notification icon in the navbar of the Vue web application should show incoming notification with some glowing indication and number of incoming unread messages.

My doubt is how to create the application differently. I want to create the VueJS spearte and Web Api Sepater. Any One Can Help Me
Was this page helpful?