Skip to content

A unified and lightweight web application framework for multiple platforms.

License

Notifications You must be signed in to change notification settings

186526/handlers.js

Repository files navigation

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

About

A unified and lightweight web application framework for multiple platforms.

Resources

License

Stars

Watchers

Forks

Packages

No packages published