def sockets(): return render_template('sockets.html')
def index(): return render_template('index.html')
def watcher(name): return render_template('watcher.html', name=name)
def _ask_connection(): return render_template('connect.html')
def _ask_connection(): return render_template('connect.html', endpoints=app.discovery_thread.get_endpoints())