Ajout de la connexion entre Electron et backend

This commit is contained in:
Quentin Millardet
2024-01-14 00:17:13 +01:00
parent e7488cc5c7
commit 38bc3e7ae5
9 changed files with 330 additions and 81 deletions

View File

@@ -13,5 +13,17 @@ Chromium <span id="chrome-version"></span>,
et Electron <span id="electron-version"></span>.
<div> IPC RENDER : <div id="info"></div></div>
<script src="./renderer.js"></script>
<table id="deviceList">
<thead>
<tr>
<th>
DeviceName
</th>
</tr>
</thead>
<tbody id="deviceNameBody">
</tbody>
</table>
</body>
</html>