PXE.js: A web framework

PXE.js: A web framework

Aug 10, 2022

image

This is PXE.js, A NodeJS framework for creating web apps and APIs.

Example

A hello world application:

import Server from "@pxe/server";

const app = new Server();

app.use(async ctx => {
       ctx.response.body = "Hello World!";
});

app.ls(3000);

Links

Ti piace questo post?

Offri un caffè a Reve