Skip to content

Instantly share code, notes, and snippets.

@tocttou
Created August 6, 2016 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tocttou/da35d86376f134d232907d626bccee9e to your computer and use it in GitHub Desktop.
Save tocttou/da35d86376f134d232907d626bccee9e to your computer and use it in GitHub Desktop.
import cvfy
app = cvfy.register("nongh:0.0.0.0:6391972:3000:8005:0.0.0.0")
@cvfy.crossdomain
@app.listen()
def runner():
cvfy.sendTextArray(['Hello', 'World'])
return 'OK'
app.run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment