beast
beast copied to clipboard
Make web challenges deployable using web servers
Currently, web challenges are deployed using the inbuilt web servers of the language or framework. This is not ideal, in case of a large number of requests the web server might get overwhelmed. Use web servers like nginx
uwsgi
optionally for challenges deployment.