python-meteor
python-meteor copied to clipboard
A meteor client for python
I am using Python-Meteor to communicate from a celery task to meteor server I the meteor is restarted for some reasons - I am getting a Broken Pipe exception from...
Hey, I just created a package `syncify` to wrap client method calls so they behave synchronously. ``` call = syncify(client.call) error, result = call('method', [argument]) ``` That way you dont...
Hi, would you be willing to post the example "chat.py" code from your talk at the July Devshop SF? https://www.youtube.com/watch?v=zzphV5C_20E I am new to meteor and I am having trouble...
Greetings! This looks like a really cool re-tooling of Meteor. Is there currently a road map / est. time when it will be ready for production?