Swiftpack.co - NozeIO/swift-nio-irc-client as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by NozeIO.
NozeIO/swift-nio-irc-client 0.8.1
A Internet Relay Chat (IRC) protocol implementation for SwiftNIO
⭐️ 12
🕓 3 years ago
.package(url: "https://github.com/NozeIO/swift-nio-irc-client.git", from: "0.8.1")

SwiftNIO IRC Client

Swift4 Swift5 iOS macOS tuxOS

SwiftNIO-IRC is a Internet Relay Chat protocol implementation for SwiftNIO and a simple IRC client.

This module contains a simple IRC client library. We also provide:

To get started with this, pull swift-nio-irc-server - a module to rule them all and in the darkness bind them.

NIOIRC is a SwiftNIO port of the Noze.io miniirc example from 2016.

Importing the module using Swift Package Manager

An example Package.swift importing the necessary modules:

// swift-tools-version:5.0

import PackageDescription

let package = Package(
    name: "IRCTests",
    dependencies: [
        .package(url: "https://github.com/NozeIO/swift-nio-irc-client.git",
                 from: "0.7.0")
    ],
    targets: [
        .target(name: "MyIRCClient",
                dependencies: [ "IRC" ])
    ]
)

Who

Brought to you by ZeeZide. We like feedback, GitHub stars, cool contract work, presumably any form of praise you can think of.

GitHub

link
Stars: 12
Last commit: 3 years ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

Standalone Community
5 years ago

This release builds against the IRC protocol implementation over at SwiftNIOExtras.

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics