muskagap
muskagap
CC#
Created by muskagap on 2/1/2023 in #help
✅ Deploying Node app along with .Net Core on IIS
Ok, thanks for your guidance. I will try to make it work, we will see. In case of any questions I'll create a new post on this channel
38 replies
CC#
Created by muskagap on 2/1/2023 in #help
✅ Deploying Node app along with .Net Core on IIS
yes, i understand this. I will try to follow your hints and deploy both apps. Thanks
38 replies
CC#
Created by muskagap on 2/1/2023 in #help
✅ Deploying Node app along with .Net Core on IIS
yes
38 replies
CC#
Created by muskagap on 2/1/2023 in #help
✅ Deploying Node app along with .Net Core on IIS
My Vue app will be quite complex, with a lot of interactions with users. Users will be able to do CRUD operations as well (through backend API). So there are not only static files
38 replies
CC#
Created by muskagap on 2/1/2023 in #help
✅ Deploying Node app along with .Net Core on IIS
1. Ok, question: isn't it a good approach to host both apps on the same IIS server but under 2 seperate urls? Then ui doesn't share resources with my api which will be more compute resource intensive. 3. But I have to move the files if , for example, I make some changes to Vue.app. Then after each change in UI I would have to bulid Vue again and move files to wwwroot.
38 replies
CC#
Created by muskagap on 2/1/2023 in #help
✅ Deploying Node app along with .Net Core on IIS
Thanks for replies. AD.2. I understand that I could make some task to do it but my question was: is moving Vue files to wwwroot the only one solution for make both (Vue, API) work together? Can't I store Vue files somewhere else on server and communicate both via http? AD.3 Could you explain why? If I won't point the API endpoint location using axios then how they can communicate?
38 replies
CC#
Created by muskagap on 1/31/2023 in #help
❔ How to publish multiple projects under one solution?
Thanks, I'll take a look and read it
14 replies
CC#
Created by muskagap on 1/31/2023 in #help
❔ How to publish multiple projects under one solution?
I don't implement microservices but thanks for article
14 replies
CC#
Created by muskagap on 1/31/2023 in #help
❔ How to publish multiple projects under one solution?
ok, got it. Anyone has experience with that issue?
14 replies
CC#
Created by muskagap on 1/31/2023 in #help
❔ How to publish multiple projects under one solution?
Ok and what next?
14 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
Ok, thanks for clarification. Sorry for basic questions
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
Ok, and this is what I was curious about too. Does NSwag uses axios internally or something else? Thanks for clarification, now I know it uses fetch. SO it means that if I wanted to make any changes/add extra code then only fetch() library is acceptable
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
Yes, but NSwag generates the clientside code to connect to api, I can do the same with axios (or fetch). If I can do the same with both approaches then NSwag is better because it makes all the job for me
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
yes
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
Ok, so I can use either of them: axios or NSwag, they do the same job so I have a choice. NSwag do this for me, with axios I must do that manually. Now I get it
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
Maybe I'm wrong but if NSwag generates the clientside code to connect to my api endpoints then why make the same job manually using axios?
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
When it comes to my second question - what's the benefit ofusing NSwag if I could simply make call to API location from Vue/React.. (using axios or fetch)?
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
Ok, thank you for clarification
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
Ok, now I understand. I should use, more or less, API Gateway if I have mnay API projects. Then API Gateways is a single entry point which serves all apis
51 replies
CC#
Created by muskagap on 1/26/2023 in #help
❔ How should I correctly interact .NET Core App with client-side app?
So I need to use API Gateway in case of many API projects?
51 replies