node.js caching proxy

63 views
Skip to first unread message

Thuan le minh

unread,
Oct 8, 2012, 2:06:12 AM10/8/12
to nod...@googlegroups.com
is there solution for node.js caching proxy with bellow scenario

    1-- (if webserver response data)
    client <--> node.js proxy <---> webserver
          (cached data)
     2-- if webserver not response data
     client ---> node.js proxy    webserver
       <---- cache data
      
thank !

Mark Hahn

unread,
Oct 8, 2012, 1:17:08 PM10/8/12
to nod...@googlegroups.com
I highly recommend using nginx in front of nodejs servers.  It provides all the caching and is a lot faster, especially for static files.


--
Job Board: http://jobs.nodejs.org/
Posting guidelines: 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 post to this group, send email to nod...@googlegroups.com
To unsubscribe from this group, send email to
nodejs+un...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply all
Reply to author
Forward
0 new messages