Nginx Unit
nginx.com
Nginx Unit
1–10 of 236 posts
Re: Nginx Unit
#2This would take the place of something like tomcat or uwsgi, right?
Re: Nginx Unit
#3This would take the place of something like tomcat or uwsgi, right?
Java is a notable omission on the diagram on their landing page...
Re: Nginx Unit
#4Re: Nginx Unit
#5The concept of XUnit is so ingrained in my head that I assumed it was a unit testing framework for NGINX.
The rest of the headline cleared it up of course, but I was curious for a minute how that would look.
EDIT: When discussing a new product, I would think the name is a fair point of discussion.
Furthermore after this thread's title changed, it now requires a clickthrough to dispel similar misunderstandings.
Re: Nginx Unit
#6Looks to be a good candidate to replace omnipresent nginx based API routers
Re: Nginx Unit
#7Also note github repo at https://github.com/nginx/unit
Re: Nginx Unit
#8Re: Nginx Unit
#9Any report of the perf (VS uWSGI for example) ?
Re: Nginx Unit
#10Looks to be a good candidate to replace omnipresent nginx based API routers
I have a small flask application which basically is a rest get post API server. I'm struggling to make deployment easy. With PHP, i just push to the application server and rsync that folder into var www html for Apache httpd but what would I do for flask python 3?