edge/doc/apps/server-api
wpetit 7e58551f6a
arcad/edge/pipeline/head This commit looks good Details
docs(context): remove reference to obsolete attribute
2023-09-20 09:02:27 -06:00
..
README.md feat(module,share): cross-app resource sharing module 2023-04-21 12:40:09 +02:00
app.md doc(app,manifest): add metadata attribute in manifest schema 2023-04-11 11:11:00 +02:00
auth.md docs(auth): add informations about anonymous users 2023-09-20 09:01:36 -06:00
blob.md feat(sdk,client): add menu to help navigation between apps 2023-04-20 10:17:37 +02:00
cast.md feat(server,module): add cast module 2023-02-17 10:41:16 +01:00
console.md feat: initial commit 2023-02-16 17:04:15 +01:00
context.md docs(context): remove reference to obsolete attribute 2023-09-20 09:02:27 -06:00
fetch.md feat(sdk,client): add menu to help navigation between apps 2023-04-20 10:17:37 +02:00
net.md feat(sdk,client): add menu to help navigation between apps 2023-04-20 10:17:37 +02:00
rpc.md feat(sdk,client): add menu to help navigation between apps 2023-04-20 10:17:37 +02:00
share.md feat(module,share): cross-app resource sharing module 2023-04-21 12:40:09 +02:00
store.md fix(doc): typo 2023-03-01 15:15:47 +01:00

README.md

API Serveur

Fonctions de rappel

onInit(): void

Cette méthode est automatiquement exécutée au démarrage du serveur de l'application.

Comme son nom l'indique, elle permet d'exécuter des opérations d'initialisation de votre application.

Exemple

function onInit() {
    console.log("My app booted !")
}

Modules

Listes des modules disponibles côté serveur.