Does web.py support WebSockts?

88 views
Skip to first unread message

Woody Wu

unread,
Oct 20, 2015, 12:49:48 AM10/20/15
to web.py

There is a WebSockets package that supports writing WebSocket server easily. My problem is that I want to write a WebSocket embedded in my existed web.py application, better to use WebSockets package. Is that possible? Thanks.

-woody

reinhar...@gmail.com

unread,
Oct 30, 2015, 7:51:17 AM10/30/15
to web.py
Hi Woody,

by the time being I found only the solution to put a meta-tag in the index.html file (last line in the code below):

$def with (form, title)
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="10">

greeting, yum
Reply all
Reply to author
Forward
0 new messages