Created
August 6, 2016 12:32
-
-
Save tocttou/da35d86376f134d232907d626bccee9e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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