sw2express
TypeScript icon, indicating that this package has built-in type declarations

0.0.10-3 • Public • Published

SW=>Express

SW=>Express (also known as sw2express), is a lite & simple cross-platform Express-like web application framework.

npm Build Status npm bundle size npm

import sw2express from "sw2express";
const app = new sw2express();

app.route('/').GET(async (req, rep) => "Hello World");

app.listen(3000);

Installation

# Use Yarn
yarn add sw2express
# Use NPM
npm install sw2express

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

/sw2express/

    Package Sidebar

    Install

    npm i sw2express

    Weekly Downloads

    14

    Version

    0.0.10-3

    License

    WTFPL

    Unpacked Size

    82 kB

    Total Files

    29

    Last publish

    Collaborators

    • real186526