Skip to content

Instantly share code, notes, and snippets.

@oakfang
Last active April 3, 2016 07:13
Show Gist options
  • Select an option

  • Save oakfang/da9434f2ab402bb6fbdf7f9ad6d5fb0c to your computer and use it in GitHub Desktop.

Select an option

Save oakfang/da9434f2ab402bb6fbdf7f9ad6d5fb0c to your computer and use it in GitHub Desktop.
quest main server
from journey import System, import_all_hooks
from journey.sources import tcp_server_source
import_all_hooks()
sys = System(tcp_server_source('', 3030))
data = sys.run()
print(data['statistics'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment