1.0.11 • Published 3 years ago

rex-framework v1.0.11

Weekly downloads
-
License
ISC
Repository
github
Last release
3 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

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago