2024-08-02 04:31:08 +08:00
2024-07-19 12:38:11 +08:00
2024-03-18 21:07:09 +08:00
2024-07-19 12:38:11 +08:00
2024-08-01 13:26:50 +08:00
2024-08-02 04:31:08 +08:00
2024-08-02 04:31:08 +08:00
2024-07-19 12:38:11 +08:00
2022-06-28 09:57:00 +08:00
2024-07-19 12:38:11 +08:00
2024-08-01 13:26:50 +08:00
2024-08-01 13:26:50 +08:00
2024-08-02 04:31:08 +08:00
2022-06-28 09:57:00 +08:00
2024-08-02 04:31:08 +08:00
2024-07-19 12:38:11 +08:00
2024-08-02 04:31:08 +08:00
2024-08-02 04:31:08 +08:00

Handlers.js

Handlers.js is a unified and lightweight web application framework for multiple platforms.

import handlerJS from 'handlers.js';

const App = new handlerJS();

App.binding(
    '/',
    App.create('ANY', async () => 'Hello World!'),
);

App.useMappingAdapter();
App.listen(8080);

Installation

# Use Yarn
yarn add handlers.js
# Use NPM
npm install handlers.js
Description
No description provided
Readme 265 KiB
Languages
TypeScript 87.9%
JavaScript 8.3%
Dockerfile 3.8%