fetch('http://localhost:8000/msg') .then((res) => res.json()) .then((data) => console.log(data))