|
|
|
|
|
by PythonicAlpha
2897 days ago
|
|
The main problems addressed in my opinion: - Code duplication between server and client side - Added complication threw data transmission between server and client (REST/json) I think, both problems can be addressed by: - having (a single) code that works both on server and client-side - having transparent transport mechanisms for information between client and server. I am sure, I could implement such a thing for Python/Django, using the already existing tools. But I am not sure, if such a thing would be appreciated by the community. What do you think? |
|