1.0.8 • Published 1 year ago

ajn-js v1.0.8

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

ajn.js

Simple, minimalist web framework for Node.js.

Quick Start

import  AJN from "ajn-js" 

const app=new AJN()

app.listen(8000,()=>{
    res.text("hello world")
})

app.get("/",({req,res})=>{

Installation

This is a Node.js module available through the npm registry.

Before installing, download and install Node.js. Node.js 18 or higher is required.

If this is a brand new project, make sure to create a package.json first with the npm init command.

Installation is done using the npm install command:

$ npm install ajn-js

Features

  • Flexible and Robust routing
  • Simple and minimalistic syntax
  • Built-in body parser support
  • Built-in typescript support
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago