Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Convos 👥 is the simplest way to use IRC in your browser

License

NotificationsYou must be signed in to change notification settings

convos-chat/convos

Repository files navigation

convosBuild StatusGitHub 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 tosupport other protocols as well.

Seeconvos.chat for more details.

The backend is powered byMojolicious, while thefrontend is held together by the progressive JavaScript frameworkSvelte.

Quick start guide

See "Getting started" for otheroptions 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 tohttp://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:alphamkdir -p$HOME/convos/datadocker run -it -p 8080:3000 -v$HOME/convos/data:/data ghcr.io/convos-chat/convos:alpha

Note thatNordaaker/convos andconvos/convos will be aroundfor a while, but the new official image is now hosted atGitHub.

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 fordevelopers. It's mostly stable, but might require extra tools and packages torun. This branch might have outdated assets (JavaScript, CSS files), so itmight not work properly.

stable

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

About

Convos 👥 is the simplest way to use IRC in your browser

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors30


[8]ページ先頭

©2009-2025 Movatter.jp