ft_transcendence/src/@shared
NigeParis 9ce9fa44e4 feat(chat): added base for chat service
added front html

nigel in the mud

route function with openapi - gen

clean up the code a little

after pull request
2025-11-14 15:50:03 +01:00
..
src feat(chat): added base for chat service 2025-11-14 15:50:03 +01:00
package.json feat(chat): added base for chat service 2025-11-14 15:50:03 +01:00
README.md update(wip): I want to docker commit myself 2025-07-29 14:15:25 +02:00
tsconfig.json update(wip): I want to docker commit myself 2025-07-29 14:15:25 +02:00

Utils Library

This library is made to be shared by all of the service. It should handle things like database interface, shared stuff like 'make sure this is accessed by an connected user'

How it is used

Painfully.

Why no Docker ?

Docker compose can't make "build-only" docker images, where we just use them. So we have to "build" the library in every Dockerfile for every service. Well not really, dockers caches things for use, meaning that while it seems that everybody builds it, it is only built once