0.0.10-3 • Published 4 years ago

sw2express v0.0.10-3

Weekly downloads
-
License
WTFPL
Repository
-
Last release
4 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

4 years ago

0.0.10-2

4 years ago

0.0.10

4 years ago

0.0.10-1

4 years ago

0.0.9-swfix

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.3

4 years ago

0.0.4

4 years ago

0.0.2

4 years ago

0.0.1-ts

4 years ago

0.0.1

4 years ago