#Express

Emile_le_bolide's avatar
Emile_le_bolide

@emile_icite@mastodon.social

Allez, je tente ma chance !

Coucou le Fedivers ! :blobpeek:

Je suis un queeros qui a travaillé 11 ans en librairie d'occasion et je me reconvertis cette année dans le

J'ai fini un bootcamp au printemps et recherche actuellement une entreprise en pour intégrer un mastère en développement web et .

Mes compétences : , , , , , , , , ,

1/2

Ulises Gascon's avatar
Ulises Gascon

@ulisesgascon@fosstodon.org

💖 Thanks Sawaratsuki for designing this amazing logo in version 🥹

えくすぷれす ✨ 高速・革新的・最小限

A playful logo that reads "Express" in bold, stylized letters with cute Japanese katakana above it spelling "えくすぷれす" (express). A pastel train track loops around the text with colorful stars. Below, a yellow banner displays Japanese text reading "高速・革新的・最小限" meaning "High-speed, innovative, minimal." This is an alternate version of the Express logo.
ALT text detailsA playful logo that reads "Express" in bold, stylized letters with cute Japanese katakana above it spelling "えくすぷれす" (express). A pastel train track loops around the text with colorful stars. Below, a yellow banner displays Japanese text reading "高速・革新的・最小限" meaning "High-speed, innovative, minimal." This is an alternate version of the Express logo.
Ulises Gascon's avatar
Ulises Gascon

@ulisesgascon@fosstodon.org

💖 Thanks Sawaratsuki for designing this amazing logo in version 🥹

えくすぷれす ✨ 高速・革新的・最小限

A playful logo that reads "Express" in bold, stylized letters with cute Japanese katakana above it spelling "えくすぷれす" (express). A pastel train track loops around the text with colorful stars. Below, a yellow banner displays Japanese text reading "高速・革新的・最小限" meaning "High-speed, innovative, minimal." This is an alternate version of the Express logo.
ALT text detailsA playful logo that reads "Express" in bold, stylized letters with cute Japanese katakana above it spelling "えくすぷれす" (express). A pastel train track loops around the text with colorful stars. Below, a yellow banner displays Japanese text reading "高速・革新的・最小限" meaning "High-speed, innovative, minimal." This is an alternate version of the Express logo.
Ulises Gascon's avatar
Ulises Gascon

@ulisesgascon@fosstodon.org

Introducing v5: A New Era for Framework 🛸

👾 The official blog post is here!
expressjs.com/2024/10/15/v5-re

Fedify: ActivityPub server framework's avatar
Fedify: ActivityPub server framework

@fedify@hollo.social

Introducing @fedify/express, a package that integrates Express, a popular web framework in Node.js, with Fedify. You can install it with the following command:

npm add @fedify/express

This package provides a middleware called integrateFederation() that allows you to integrate with :

import express from "express";
import { integrateFederation } from "@fedify/express";
import { federation } from "./federation";  // Your `Federation` instance

export const app = express();

app.set("trust proxy", true);

app.use(integrateFederation(federation, (req) => "context data goes here"));

https://github.com/dahlia/fedify-express