Popular Web Servers
July 4, 2022•43 words
Major player: Node.js Express
- Convenient, JS & JSON
- Performance with JIT compiling to native code
Classic players: Python Tornado, Flask
- Convenient, but old techs
New player: Python aiohttp
- Convenient, modern with new Python 'async', 'await' keywords