Discussion:
[nodejs] Webserver module for node js
Amish Munshi
2018-10-13 03:08:56 UTC
Permalink
I would like to develop a web server module to intercept HTTP traffic and
redirect certain authentication requests to another app server thats
written in node js. I am aware of capability to develop apache module in
C/C++ to implement a mod_perl, mod_php like functionality, is it possible
to develop these plugins using javascript instead of C/C++?

Amish.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/bdc96c0b-39fc-45b0-bc60-6ef15ffc3e0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Alain Mouette
2018-10-13 12:55:28 UTC
Permalink
I believe that HAproxy does that


-----
Alain Mouette (ツ)
Post by Amish Munshi
I would like to develop a web server module to intercept HTTP traffic and
redirect certain authentication requests to another app server thats
written in node js. I am aware of capability to develop apache module in
C/C++ to implement a mod_perl, mod_php like functionality, is it possible
to develop these plugins using javascript instead of C/C++?
Amish.
--
Job board: http://jobs.nodejs.org/
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an
To view this discussion on the web visit
https://groups.google.com/d/msgid/nodejs/bdc96c0b-39fc-45b0-bc60-6ef15ffc3e0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/1666d7ef200.27c5.962c06d43ba9274da034cf7d02472879%40bonseletrons.com.br.
For more options, visit https://groups.google.com/d/optout.
Atul Agrawal
2018-10-15 05:01:34 UTC
Permalink
Use nginx for this because nginx is made for these kind of problems only.
Post by Amish Munshi
I would like to develop a web server module to intercept HTTP traffic and
redirect certain authentication requests to another app server thats
written in node js. I am aware of capability to develop apache module in
C/C++ to implement a mod_perl, mod_php like functionality, is it possible
to develop these plugins using javascript instead of C/C++?
Amish.
--
Job board: http://jobs.nodejs.org/
New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
---
You received this message because you are subscribed to the Google Groups "nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nodejs+***@googlegroups.com.
To post to this group, send email to ***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/83176829-446f-473f-ae0d-6a93df42c369%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...