0.0.10-3 • Published 3 years ago

sw2express v0.0.10-3

Weekly downloads
-
License
WTFPL
Repository
-
Last release
3 years ago

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

0.0.10-3

3 years ago

0.0.10-2

3 years ago

0.0.10

3 years ago

0.0.10-1

3 years ago

0.0.9-swfix

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago

0.0.4

3 years ago

0.0.2

3 years ago

0.0.1-ts

3 years ago

0.0.1

3 years ago