English / 简体中文
Bulita is an interesting open source chatroom. It is developed based on node.js, react and socket.io technologies
Online Example: https://chat.bulita.net/
- 100% fully open source frontend and backend, allowing for rapid construction based on the source code.
- Set up automatic replies for robots, set up separate APIs for each robot, and use Markdown to render the content of robot replies.
- One-click initialization of groups, contacts, bots, etc. through configuration files.
- You can find developers on the official website who can answer your questions in a timely manner.
- Switch to the code folder
git clone https://github.com/gochendong/bulita && cd bulita
- copy the .env.example to .env and edit it
- Start the Redis service. If it is already running, skip this step
docker-compose -f docker-compose-redis.yaml up --build -d
- Start the MongoDB service. If it is already running, skip this step
docker-compose -f docker-compose-mongo.yaml up --build -d
- Start the chatroom service
docker-compose -f docker-compose.yaml up --build -d
- Now you can access the chatroom through http://localhost:9200
https://github.com/yinxin630/fiora
bulita is MIT licensed