Skip to content

naja-js/naja

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f8753e9 · Jan 2, 2025
Mar 27, 2024
Nov 28, 2023
Jan 2, 2025
Jan 2, 2025
Aug 16, 2024
Nov 28, 2023
Jan 2, 2025
Nov 28, 2023
May 24, 2022
Dec 1, 2021
Jan 19, 2017
Jan 2, 2025
Jan 2, 2025
Jan 2, 2025
Jan 2, 2025
Jan 20, 2022
Jan 2, 2025
Jan 2, 2025

Repository files navigation

Naja

Build Status Code Coverage latest version license package size monthly downloads downloads total

Naja. a genus of venomous elapid snakes comprising the true cobras. (Also, German for "Well" at the beginning of a sentence.)

Naja is a full-featured JS client-side AJAX library for Nette Framework.

It is written using modern-day JavaScript, but compiled into a bundle that works in all modern browsers. Every build of Naja is thoroughly tested and therefore guaranteed to work in the latest versions of Chromium (Chrome and Edge), Firefox, and WebKit (Safari).

Very quick start

$ npm install naja
import naja from 'naja';
naja.initialize();

Documentation

You can find the documentation here.