Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork227
🥝 Next generation of the Kiwi IRC web client
License
kiwiirc/kiwiirc
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
A versatile web based messenger using IRC
- 100% static files. Host with your favourite web server or a CDN
- For single networks, bouncer hosts, or a personal generic IRC client that remembers your networks
- Works out of the box with a default IRC network - or use your own
- Single or multiple IRC network connections
- Multiple layouts for small areas or full page layouts
- Light and dark modes
- Desktop notifications
- Extremely versatile via asingle JSON config file at runtime
- Themable and richplugin support such asfile uploading andvideo calling
- Team mode for workplaces
Connection modes:
- Directly to a websocket IRC server
- Connect via thewebircgateway websocket proxy for normal IRC servers
- Stay connected withKiwiBNC
If you just want to embed an IRC client on your website, you can generate a custom client hosted by kiwiirc.com using the simple client builder,https://kiwiirc.com/clientbuilder/
To install Kiwi IRC on your own server, pre-built and ready to use installers can be found at the downloads page,https://kiwiirc.com/downloads/
Before you can build or start to develop on Kiwi IRC, make sure to have the following installed on your system:
# Install dependencies$ yarn install# Build Kiwi IRC into the dist/ folder$ yarn run build
Note:Be sure to copy the files from thedist/ folder to your webserver! This folder will be overwritten each time it is built.
Kiwi IRC is built using Vuejs, webpack and babel.
# Install dependenciesyarn install# Optionally link git pre-commit linting hooksln -s$PWD/scripts/pre-commit .git/hooks/# A development web server with hot reloading at http://localhost:8080/yarn run dev
Note:Do not use this development environment on your live website. It is slow, very large, and unsecure.
By default, the client will load the /static/config.json file on startup whichcontains the runtime configuration. When running in the development environment this can be found atstatic/config.json
Kiwi IRC is tested on all modern browsers and IE11. Other browsers are not actively tested and may have trouble running Kiwi IRC.
- Chrome
- Chrome Mobile (Android)
- Firefox
- IE11
- Safari 9+
About
🥝 Next generation of the Kiwi IRC web client
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.