© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•4y ago•
50 replies
muskagap

❔ How should I correctly interact .NET Core App with client-side app?

Hello guys. I'm trying to resolve some issue and would like you to explain me how some things work. I created Vue2 app. I also created .NET Core app which serves as my backend. Now I want both apps to interact with each other. I know that they need to communicate through API. However, I have more technical questions regarding how technically this should be done (I developed Vue app but I think the pattern works for Angular, React and other frameworks):

1. Does my backend need any API proxy/API gateway to make calls through
axios
axios
from Vue? So the question is if
axios
axios
should communicate to API gateway or directly to services endpoints (every single API service)?
2. Should I need to use other tools e.g.
NSwag
NSwag
to auto-generate code which interact with backend API? Is
NSwag
NSwag
code a kind of API Gateway in this case?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements
Next page

Similar Threads

❔ Migrate AppDomain (.net framework) to AssemblyLoadContext (.net core)
C#CC# / help
3y ago
✅ ASP.NET CORE with React.js or ASP.NET CORE WEB APP
C#CC# / help
3y ago
✅ How can I use ReactJS with Asp.net core with server side HTTP calls?
C#CC# / help
4y ago
❔ i cant return object in JSON correctly in asp.net core web app
C#CC# / help
3y ago