1.0.8 • Published 13 days ago

ajn-js v1.0.8

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

13 days ago

1.0.7

15 days ago

1.0.6

15 days ago

1.0.5

15 days ago

1.0.4

15 days ago

1.0.3

17 days ago

1.0.2

17 days ago