Can I use meteor for this?

Posted by nitelord on Stack Overflow See other posts from Stack Overflow or by nitelord
Published on 2012-06-01T22:15:28Z Indexed on 2012/06/01 22:40 UTC
Read the original article Hit count: 196

Filed under:
|

I'm looking for a way to create an app which has a realtime web interface as well as an API which can be called by a node.js client while sharing most of its code.

I'd like to be able to manage data, monitor and execute tasks inside of my app via browser, but also have an automation/scheduling program which connects to my web app and tells it to run various tasks and get results of each task.

Unfortunately it doesn't look like I can connect to Meteor from the server, so I'm wondering if there's another approach? Is what I described even possible using Meteor?

I have done some testing using socket.io and I think I may be able to do it this way, but Meteor seems like it'd be really great for the realtime user interface.

© Stack Overflow or respective owner

Related posts about socket.io

Related posts about meteor