Andreas Mokros
Andreas Mokros
I'm just trying to write an extern for express based on these. Was just wondering, where to put it. `js.node.modules.Express` seems kind of logical to me, but also quite long....
@clemos: See first post. @eduardo-costa: `js.node.express.*` mixes the core modules with the additional modules. Not sure if that's good. Maybe it doesn't matter. BTW: Did you think about integrating middleware...
@clemos: Yeah, welcome to the (third-)party :-) And good points. BTW: I like your approach of automatic package.json handling. Did you think about automatically creating it from the main class...
I can confirm this. I have an old project built on `mod_neko2` and I see this problem on Ubuntu 18.04 as well. `systemctl reload apache2` is used e.g. by certbot...
Thanks, I'll probably do that as well. Normally I use nginx anyway nowadays. I installed apache just because of mod_neko. Does tora run reliably in fcgi mode?
OK, I'll give it a try. Is it possible to use PUT as well with tora?
Will try this, thanks.
What would cause this and how could that be avoided?
I don't use any threads deliberately in my code. Is this done by mod_neko?
As I said, I don't use threads in this app. I only use the usual neko web stuff.