wip adding web socket with nest

This commit is contained in:
simplonco
2022-12-28 14:53:05 +01:00
parent da8c7f33c8
commit ead4a1c264
12 changed files with 464 additions and 113 deletions

View File

@@ -91,6 +91,9 @@
- [routes back](https://semestriel.framapad.org/p/z5gqbq51dx-9xlo?lang=fr)
### error msg
- [rollup packages did not export](https://stackoverflow.com/questions/69768925/rollup-plugin-svelte-the-following-packages-did-not-export-their-package-json)
### Svelte
- [The Official Svelte Tutorial](https://svelte.dev/tutorial/basics)
- SPA Svelte Article [Build a single-page application in Svelte with svelte-spa-router](https://blog.logrocket.com/build-spa-svelte-svelte-spa-router/)