Page 1 of 1
Which technology to use for web interfaces
Posted: Tue Dec 18, 2018 10:02 am
by agensler
Hello everybody,
I've written an app-service (UWP C#) which periodically downloads some data via REST and producing some reports (csv-based).
I want to access these reports and some of the settings via web-interface or something similar.
What technology am I possible to use?
Greetings
Alexander
Re: Which technology to use for web interfaces
Posted: Tue Dec 18, 2018 6:15 pm
by Heater
Re: Which technology to use for web interfaces
Posted: Thu Dec 20, 2018 1:34 pm
by agensler
any other possibilities as I have no knowledge about node.js yet?
Re: Which technology to use for web interfaces
Posted: Thu Dec 20, 2018 10:55 pm
by Heater
Now I don't understand.
If you want a suggestion for a solution you do know about then you already know the answer to your question.
Node.js is easy. It's just Javascript. There is tons of documentation, tutorials and examples as to how to use it all over the net.
Re: Which technology to use for web interfaces
Posted: Thu Dec 20, 2018 11:21 pm
by PhatFil
Node red dashboard should let you do it with a gui drag n drop interface.
Re: Which technology to use for web interfaces
Posted: Sun Dec 23, 2018 10:16 am
by agensler
Heater wrote: ↑Thu Dec 20, 2018 10:55 pm
Now I don't understand.
If you want a suggestion for a solution you do know about then you already know the answer to your question.
Node.js is easy. It's just Javascript. There is tons of documentation, tutorials and examples as to how to use it all over the net.
I'm sorry, it looks like we probably had a little misunderstanding. I was looking for technologies which I can use for my project. You recommend node.js, thanks a lot for that. I've read some information about it and it looks like it's the most common used technology for this type of problem. However as I said I don't have any experience with javascript (I've just started programming) and was just asking, if there are any alternatives as I'm still trying to learn C#. A second language like js is probably a bit too much for now.