convos

Convos :busts_in_silhouette: is the simplest way to use IRC in your browser

Github星跟踪图

convos
Build Status
GitHub issues

Convos - Multiuser chat application

Convos is a multiuser chat application that runs in your web browser.

The supported chat protocol is currently IRC, but Convos can be extended to
support other protocols as well.

See convos.chat for more details.

The backend is powered by Mojolicious, while the
frontend is held together by the progressive JavaScript framework
Svelte.

Quick start guide

See "Getting started" for other
options and more information.

Install locally

curl https://convos.chat/install.sh | sh -
./convos/script/convos daemon

That's it! After the two commands above, you can point your browser to
http://localhost:3000 and start chatting.

Docker install

You can use the command below to pull and run convos:

docker pull ghcr.io/convos-chat/convos:alpha
mkdir -p $HOME/convos/data
docker run -it -p 8080:3000 -v $HOME/convos/data:/data ghcr.io/convos-chat/convos:alpha

Note that Nordaaker/convos and
convos/convos will be around
for a while, but the new official image is now hosted at
GitHub.

How to make a release

Notes for developers so a new release is made in a proper way.

# Update with the recent changes and make sure the timestamp is proper
$EDITOR Changes

# Build the production assets and update and check that all the files
# have the correct version information
./script/convos build release

Branch overview

main

"main" is for
developers. It's mostly stable, but might require extra tools and packages to
run. This branch might have outdated assets (JavaScript, CSS files), so it
might not work properly.

stable

"stable" is the branch you
should use, if you want to clone and run Convos. The JavaScript assets and the
Perl code will be in sync here.

主要指标

概览
名称与所有者convos-chat/convos
主编程语言Perl
编程语言Perl (语言数: 9)
平台
许可证Artistic License 2.0
所有者活动
创建于2013-11-30 14:57:15
推送于2025-05-27 20:09:51
最后一次提交
发布数217
最新版本名称v8.07 (发布于 )
第一版名称v0.1001 (发布于 )
用户参与
星数1.1k
关注者数31
派生数89
提交数3k
已启用问题?
问题数469
打开的问题数26
拉请求数339
打开的拉请求数8
关闭的拉请求数103
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?