1.0.11 • Published 4 years ago

rex-framework v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

rex framework

A simple Node Library that makes your implementations neat and organized.

import { API } from "./API/api";
import { Pages, Logger} from "./Controllers/handler";


import { Router } from "rex-framework";

const app = new Router();


app.Get("/about", Logger.log, Pages.about);
app.Post("/api/profiles", API.getProfile);
app.Get("/", Logger.log, Pages.index);
1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago