Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naja-js/naja
Modern AJAX library for Nette Framework
https://github.com/naja-js/naja
ajax hacktoberfest javascript naja nette nette-application nette-framework
Last synced: about 3 hours ago
JSON representation
Modern AJAX library for Nette Framework
- Host: GitHub
- URL: https://github.com/naja-js/naja
- Owner: naja-js
- License: mit
- Created: 2017-03-11T13:49:21.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T19:37:30.000Z (4 months ago)
- Last Synced: 2024-12-15T15:07:45.914Z (7 days ago)
- Topics: ajax, hacktoberfest, javascript, naja, nette, nette-application, nette-framework
- Language: JavaScript
- Homepage: https://naja.js.org
- Size: 3.77 MB
- Stars: 109
- Watchers: 4
- Forks: 16
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Naja
[![Build Status](https://img.shields.io/github/actions/workflow/status/naja-js/naja/test.yml?branch=main)](https://github.com/naja-js/naja/actions?query=workflow%3ATest)
[![Code Coverage](https://img.shields.io/codecov/c/github/naja-js/naja.svg)](https://codecov.io/gh/naja-js/naja)
[![latest version](https://img.shields.io/npm/v/naja)](https://npmjs.com/package/naja)
[![license](https://img.shields.io/npm/l/naja)](https://npmjs.com/package/naja)
[![minified size](https://img.shields.io/bundlephobia/min/naja)](https://npmjs.com/package/naja)
[![minzipped size](https://img.shields.io/bundlephobia/minzip/naja)](https://npmjs.com/package/naja)
[![monthly downloads](https://img.shields.io/npm/dm/naja.svg)](https://npmjs.com/package/naja)
[![downloads total](https://img.shields.io/npm/dt/naja.svg)](https://npmjs.com/package/naja)> **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](https://github.com/naja-js/naja/actions?query=workflow%3ATest) and therefore guaranteed to work in the latest versions of Chromium (Chrome and Edge), Firefox, and WebKit (Safari).
## Very quick start
```bash
$ npm install naja
``````js
import naja from 'naja';
naja.initialize();
```## Documentation
You can find the documentation [here](https://naja.js.org).