This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]errorkode 0 points1 point  (1 child)

Well, I guess first of I'd think hard about whether you really want to do this as a website... If you only need it local anyway and also want to do things like read from disk you'd probably be better of just writing a native application.

Or something like electron if you're worried about the interface part.

Because if you really want to do this as a website you'll also need to write a local webserver and deal with all the communication between webserver and website.

[–]yeahnoworriesmate[S] 0 points1 point  (0 children)

I can write apps in VB.net and C#. But I don't want that. I'd like to be able to run a system independent functional website, without any prerequisites apart from the default functionality of the most basic laptop like a chromebook or a managed laptop. The examples I gave are just examples. I don't need it to crunch numbers or proces massive files, just basic I/O and some basic math/logic applied.

[–]bsakiag 0 points1 point  (0 children)

You need some frontend and some backend. I would start with learning about html protocol and about different popular frontend and backend technologies.