|
|
|
|
|
by ris
3360 days ago
|
|
It's not got much to do with the serialization protocol itself as such - most server software uses a library which handles it properly and then doesn't have to worry about it. It's more that web developers have to get bits of their stack (the dynamic and static serving aspects) to cooperate in ways they never had to before (in fact, the general wisdom was to separate them as much as possible as they have totally different requirements when it comes to performant serving). This is not even to get into persistent connections & server push etc., which is quite a big subject for developers used to handling independent fire-and-forget requests. I guess I'm saying the massively complexity comes in trying to use these new features. |
|