python - How do I incorporate Skulpt into my Meteor.js webapp? -




atmosphere.js lacks skulpt package, i'm unsure how proceed. if meteor doesn't support skulpt, there way let users type , run python code on meteor app (and if so, can provide small example of how implement it)?

i'm using meteor-blaze stack.

i tried using trinket.io. learned of same-origin policy (https://en.wikipedia.org/wiki/same-origin_policy), prevents me grabbing users type trinket or inserting own content.

thanks!

as skulpt in javascript, there no reason why shouldn't able use in meteor app. there npm package, should able do

npm install skulpt 

and

import skulpt 'skulpt' 

in code want use it.

i haven't tried this, found npm package, indication you.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -