{"library":"irc-framework","type":"library","category":null,"description":"irc-framework is a comprehensive and performant IRC framework designed for Node.js, suitable for building both IRC bots and full-fledged IRC clients. The current stable version is 4.14.0, with frequent releases (roughly monthly to bi-monthly) indicating active development. It emphasizes being lightweight, easy to use, and scalable for larger applications. Key differentiators include its compliance with IRCv3 specifications, support for multiple and auto-detected character encodings, and a complete test suite. The framework abstracts the IRC protocol, handles multiple simultaneous server connections, transparently manages server PONGing, and provides an event-driven model for handling IRC messages.","language":"javascript","status":"active","version":"4.14.0","tags":["javascript","IRC","bot","messaging"],"last_verified":"Wed May 27","install":[{"cmd":"npm install irc-framework","imports":["const IRC = require('irc-framework');\nconst bot = new IRC.Client();","import IRC from 'irc-framework';\nconst bot = new IRC.Client();","import type { Client } from 'irc-framework';"]},{"cmd":"yarn add irc-framework","imports":[]},{"cmd":"pnpm add irc-framework","imports":[]}],"homepage":null,"github":"https://github.com/kiwiirc/irc-framework","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/irc-framework","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/irc-framework/compatibility"}}