link html
[deleted]
to make a html chat app how do i link node.js to html ?
@RYANTADIPARTHI
Crosis
@GatewayDuck you could get the repl.co link for the backend server, then do
<a href="https://backendchat.gatewayduck.repl.co">
JonDoeBeep
Try to do this:
<script src="script.js"></script>
tutorial to make a chat
https://www.freecodecamp.org/news/simple-chat-application-in-node-js-using-express-mongoose-and-socket-io-ee62d94f5804/