Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can we integrate it with .net + vue.js ? #86

Open
GautamTechConsultant opened this issue Jan 30, 2024 · 1 comment
Open

Can we integrate it with .net + vue.js ? #86

GautamTechConsultant opened this issue Jan 30, 2024 · 1 comment

Comments

@GautamTechConsultant
Copy link

I want to implement this in vue.js + .net. Please let me know if its possible or not. Thanks

@Silloky
Copy link

Silloky commented Jun 7, 2024

You've probably got your answer now, but I'll still answer...

This is a C# module, so it runs server-side in ASP.NET server.
Why would a web server make to request to another server ?
The only valid reason to be doing that is a very strange, non-client exposed, CDN, where the server A (the one serving the website) makes a request to another server (say B), which returns the file to A, which then sends it to the client.

Instead, if you want the client to run some WebDav requests, you probably want webdav, a JS library that you can import in a .vue file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants