Folder Structure
express to access static file.
app.use(express.static(__dirname + "/public"))
In index.html
<script src="/simple-peer/simplepeer.min.js"></script>
<script src="main.js"></script>
Folder Structure
express to access static file.
app.use(express.static(__dirname + "/public"))
In index.html
<script src="/simple-peer/simplepeer.min.js"></script>
<script src="main.js"></script>