Skip to content

paulequilibrio/react-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Chat

Proof of concept XMPP chat with React

Run with one command

docker-compose up -d

The application will be available at http://localhost

Access ejabberd administration interface

To access the ejabberd administration interface, you must first create an administrator user. Assuming that the ejabberd container is running and has the name react-chat_ejabberd_1, the following command will create an administrator user. Replace USER and PASSWORD with the administrator's username and password.

docker exec -it react-chat_ejabberd_1 bin/ejabberdctl register USER localhost PASSWORD

The administration interface will be available at http://localhost:5280/admin

About

Proof of concept XMPP chat with React

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published