What is the best way to push RSS Feeds to clients in realtime?
28 views
Skip to first unread message
Filipe
unread,
Sep 25, 2012, 9:00:23 PM9/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
Guys,
I have all the pieces, but I can't make them fit in a clever way.
Current pieces are:
- Express: overall engine
- Socket.io: push data with sockets
- Feed parser: node-feedparser.
Have you ever had to push RSS Feeds from multiple URLs to clients via
socket? Can you give me a path?