Welcome to the baileys-express-socketio-boilerplate repository, initiated on October 24, 2023, around 9 PM.
Check out a similar project: WhatsApp-Web.js + Express + Socket.io + TypeScript Boilerplate
This repository combines the technologies of Baileys, Express, Socket.IO, and TypeScript. Baileys is used for interacting with WhatsApp Web, Express for server creation, Socket.IO for real-time communication, and TypeScript for type-based development.
git clone git@github.com:feri-irawan/baileys-express-socketio-boilerplate.git
yarn dev
Make sure to configure the config.ts
file correctly before running the application.
export default {
sessionName: 'my-session'
}
If you wish to contribute to this project, please create a pull request and follow the contribution guidelines.
This project is licensed under the MIT license.
Thank you, and hope it proves useful. Feel free to report issues or provide suggestions.