you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (3 children)

You don't even need to generate javascript if you don't want, you can do all the processing server side and just inject the dynamic content into the HTML before serving it. Also yes I would never use nodejs

[–]jingles[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (2 children)

a webpage can only do dynamic processing by using javascript or by using some other programming thing that executes inside of the browser.

you CAN NOT produce a dynamic chat by using server side code alone.

period.

check around.

[–][deleted] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (1 child)

Yes, I realize you can't do chat like that, but you could do all of the other saidit features like loggin in, posting and commenting without a single line of JS

[–]jingles[S] 1 insightful - 1 fun1 insightful - 0 fun2 insightful - 1 fun -  (0 children)

technically, even a forum should be dynamic.. it should update its page without refreshing.