Thuan le minh
unread,Oct 4, 2012, 4:04:24 AM10/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nod...@googlegroups.com
Hi,
I have an webpage with content type as json format :
[{"id":"001","name":"a01" },{"id":"002","name":"a02"},......,{"id":"999","name":"a99"}]
i created a http-proxy with node.js that can forward it , get content and return client .
so , how can i chunk it ?
thank !