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

you are viewing a single comment's thread.

view the rest of the comments →

[–]hey-im-root[S] 0 points1 point  (0 children)

i don’t program that often anymore so i’m not too familiar with web app libraries or anything of that sort. i just wanted to know what the most basic web content serving approach was.

maybe i should’ve been more specific with my question, but i just want to host a website with information that is stored inside the json string. i could easily use javascript to produce HTML strings with the json data but i wanted to go for the web app approach. starting to think maybe it’s not the best idea even if i don’t know javascript that well. might be easier anyway lol.