Compare commits

..

1 Commits

Author SHA1 Message Date
jane 3b18e46410 possibly websocket? 2021-12-28 20:12:57 -05:00
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
use std::net::TcpListener;
use std::thread;
use tungstenite::accept;
use util::pattern::*;
pub fn websocket(pattern: &mut Vec<Box<dyn Pattern>>) {
let server = TcpListener::bind("0.0.0.0:29999").unwrap();