handlers.js
TypeScript icon, indicating that this package has built-in type declarations

0.1.1-2 • Public • Published

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

Package Sidebar

Install

npm i handlers.js

Weekly Downloads

1

Version

0.1.1-2

License

MIT

Unpacked Size

251 kB

Total Files

74

Last publish

Collaborators

  • real186526