/bulita

An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react

Primary LanguageTypeScriptMIT LicenseMIT

Bulita is an interesting open source chat application. It is developed based on node.js, react and socket.io technologies

Online Example: https://chat.bulita.net/

Github: https://github.com/gochendong/bulita

Features

  1. No registration required, one-click login.
  2. Set multiple robots for automatic replies, Render the message of the robot using Markdown.
  3. All parameters can be customized through configuration file.
  4. Active official website and proactive project maintenance.

Install

  1. cd bulita
  2. Edit the .env file.
  3. docker-compose -f docker-compose-redis.yaml up --build -d Start the Redis service. If it is already running, you can skip this step.
  4. docker-compose -f docker-compose-mongo.yaml up --build -d Start the MongoDB service. If it is already running, you can skip this step.
  5. docker-compose -f docker-compose.yaml up --build -d Start the chatroom service.

Referenced project

https://github.com/yinxin630/fiora

License

bulita is MIT licensed