Hi,

I just happened to explore nim. I wanted to know how can I implement a server 
side code to handle get/post request to download a file. Used cherrypy and 
server sends as chunk. But the wsgi process consumes whole memory of the file 
during the whole cycle of download unlike decrease in size linearly. Can you 
please let me know how can we implement the same using nim. From the 
documentation I found the socket server and client implementation. Does nim 
provide as framework to implement the rest calls and efficient downloading.

Thanks, Akbar

Reply via email to