edge/doc/apps/server-api
wpetit b5b4042cc7
arcad/edge/pipeline/head This commit looks good Details
feat(sdk,client): add menu to help navigation between apps
2023-04-20 10:17:37 +02:00
..
README.md feat(app,module): fetch basic module 2023-04-02 17:59:33 +02:00
app.md doc(app,manifest): add metadata attribute in manifest schema 2023-04-11 11:11:00 +02:00
auth.md fix(doc): typo 2023-02-24 14:44:20 +01: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 feat: initial commit 2023-02-16 17:04:15 +01: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
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.