svelte architecture separation of global css and layouts and websockets init

This commit is contained in:
simplonco
2022-12-28 18:43:14 +01:00
11 changed files with 1477 additions and 1125 deletions

View File

@@ -112,6 +112,7 @@
- [websocket rfc](https://www.rfc-editor.org/rfc/rfc6455.html)
- [ws doc npm](https://www.npmjs.com/package/ws)
- [exemple chat implementation](https://github.com/mdn/samples-server/tree/master/s/websocket-chat)
- [websocket and nginx](https://www.nginx.com/blog/websocket-nginx/)
### css
- [separation of concern](https://adamwathan.me/css-utility-classes-and-separation-of-concerns/)