PecausaChat is a simple chat application built with Node.js, Express, and WebSockets in HTMX with it's plugin ws. Following the MVC pattern with routers.
- Real-time chat
- User authentication with JSON Web Tokens
- User registration
- Secure password hashing with bcrypt
- Responsive design
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm run server
to start the server
- Open a web browser and navigate to
http://localhost:3000
- Register a new user or login with an existing user
- Start chatting!
This project is licensed under the MIT License. Also this is totally a learning begginer project with no commercial use.
Learning project by QuimeraGH, wich does not have any commercial use. This is an inspiration for begginers looking for examples on web development backend with templating, htmx learners and others.