Hacker News new | past | comments | ask | show | jobs | submit login

If you pick enough frameworks you can learn how the underlying system works.

All web frameworks are the same to me, doesn't really matter if they're python, javascript, php, or whatever tbh.

req/res body cookies that's it




I disagree, “req/res body cookies that’s it” is not the underlying system. It’s an abstraction over the TCP/IP and HTTP stack.

What happens when you need to disable nagles, avoid copies of the request body, use websockets, gRPC, etc? You’d need to pray that the framework gives you an escape hatch.


I might be doing it wrong, but I just approach those as new pipes to be put onto the system? they're after all basically different ways of transmitting data from point a > point b.

Why would you choose a framework that didn't provide a escape hatch for your use case is the real question tho.

TIL: Nagles/TCP




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: