handlers.js (0.1.1)

Published 2022-08-03 18:05:20 +00:00 by 186526

Installation

registry=
npm install handlers.js@0.1.1
"handlers.js": "0.1.1"

About this package

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

Dependencies

Dependencies

ID Version
path-to-regexp ^6.2.1

Development Dependencies

ID Version
@cloudflare/workers-types ^3.13.0
@types/jest ^28.1.4
@types/node ^18.0.0
@webpack-cli/generators ^2.5.0
axios ^0.27.2
bluebird ^3.7.2
bun-types ^0.1.4
jest ^28.1.2
prettier ^2.7.1
ts-jest ^28.0.5
ts-loader ^9.3.1
ts-node ^10.8.1
typescript ^4.7.4
webpack ^5.73.0
webpack-cli ^4.10.0

Keywords

web framework lightweight cross-platform unified
Details
npm
2022-08-03 18:05:20 +00:00
17
186526
MIT
latest
1.7 KiB
Assets (1)
Versions (1) View all
0.1.1 2022-08-03