{"library":"najax","type":"library","category":null,"description":"Najax is a lightweight Node.js library providing a jQuery-style API for making HTTP requests on the server-side. Released as version 1.0.7, it was last updated approximately five years ago, indicating an abandoned status. It offers methods like `$.get`, `$.post`, `najax()`, and supports callback-based asynchronous operations, handling SSL and making assumptions about request options that can be overridden. Unlike modern HTTP clients such as Axios or Node-fetch, Najax primarily uses a callback-based pattern, which has largely been superseded by Promises and `async/await` in contemporary JavaScript development. Its primary differentiator was simplifying Node.js HTTP requests with a familiar jQuery AJAX syntax at the time of its active development.","language":"javascript","status":"abandoned","version":"1.0.7","tags":["javascript"],"install":[{"cmd":"npm install najax","imports":["const najax = require('najax')","const $ = require('najax')","const najax = require('najax');\nnajax.get('http://example.com', callback);"]},{"cmd":"yarn add najax","imports":[]},{"cmd":"pnpm add najax","imports":[]}],"homepage":null,"github":"https://github.com/najaxjs/najax","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/najax","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/najax/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Wed Jul 22","install_tag":null}}