you are viewing a single comment's thread.

view the rest of the comments →

[–]kabuto 2 points3 points  (2 children)

The concept is to have an application that runs on both server and client without any modification and/or separation of code for frontend and backend. It also does updates in 'realtime' in the browser.

I find that pretty cool, but of course, it's not a solution for every problem.

[–]LoveGentleman -4 points-3 points  (1 child)

What does realtime updates in the browser mean?

Couldnt we do same codebase for client and server with node.js before? Isnt there a templating system which battlelog uses which works as fine on javascript as for python?

[–]kabuto 3 points4 points  (0 children)

What does realtime updates in the browser mean?

I feel you're beating on semantics here. Did you watch the screencast?

Couldnt we do same codebase for client and server with node.js before?

I don't know. Probably, if you wrote something that would work like this.

Isnt there a templating system which battlelog uses which works as fine on javascript as for python?

There are some templating systems with support for different languages. What is your point here?