Live data from Hacker News

Nginx Unit

nginx.com

1–10 of 236 posts

Re: Nginx Unit

#4
post #2

This would take the place of something like tomcat or uwsgi, right?

Java is a notable omission on the diagram on their landing page...

Under Features / Multi-language support:

> Full support for Go, PHP, and Python; Java and Node.JS support coming soon

Re: Nginx Unit

#5
The 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

#10
post #6

Looks 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?
Post reply on HN