1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// use crate::prelude::{App, Component}; /* impl<Comp, Msg> App<Comp, Msg> where Comp: Component<Msg>, Msg: Clone, { pub fn run(&mut self) { println!("Running"); // TODO: // setup db // run static http server // run websocket server } } */