Developing a blazing fast website in Python using Falcon and Bjoern

Khalid AlnajjarWeb Development Leave a Comment

Few days back, I wanted to develop a web service in Python. I wanted to run the service on my VPS with as minimal resources as possible while providing a fast service. I started looking for benchmarks online of different Python web frameworks and WSGI servers, and found out about two awesome libraries, falcon and bjoern. Falcon is a micro-framework that is designed ...