WebSockets worked great for this task! More specifically, socket.io

Here’s how it works currently.


   -
   https://github.com/abstractfactory/pyblish/issues/99#issuecomment-59247114

API

Adding entries from Python then looks like this.

from requests import put
put('http://localhost:5000/event', data={'name': 'EventName02'})

Any thoughts?

Best,
Marcus
​

-- 
You received this message because you are subscribed to the Google Groups 
"Python Programming for Autodesk Maya" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOCSffcSN9N64Jxf8pvLXPJjYRKh%3DfMvuCbsts4n%2BjTL2w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to