harrisonhunter / papa-parse-meteor

Papa Parse packaged for Meteor
MIT License
19 stars 6 forks source link

Server support #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi, is there a reason, why we cannot use these lib on the server?

thx

harrisonhunter commented 9 years ago

The underlying package, papa parse, is made for in browser csv parsing. There is a fork that should let you use it in a node environment: https://github.com/Rich-Harris/BabyParse. I haven't tested this in a meteor environment though, I should be able to try it out soon though

ghost commented 9 years ago

Hi, thx! I already did the task with this package https://github.com/chhib/meteor-fast-csv on the server. I definitely will try the papa parser for the browser ;)

harrisonhunter commented 9 years ago

Awesome. I also made a baby parse package, how do you like meteor-fast-csv for server side csv stuff?

ghost commented 9 years ago

It's OK. I worked with it in a express environment. So the async stuff wasn't special. But in meteor, I had to use Future.

Good to know about the https://github.com/harrisonhunter/baby-parse-meteor I will try it out, for some next csv stuff ;)

Good start into the New Year!