Simple chat using socket.io
🏡 Home: https://chatjs-io.herokuapp.com/
- 📃 About
- 🤔 How To Use
- 🚀 Technologies
- 🌱 Minimal Requirements
- 🎊 Features
- 💡 How To Contribute
- 🤗 Contributors
- 👤 Author
- 🔏 License
This is a simple chat web site using HTML5, CSS3, javascript and socket.io
- Clone repository and entry on dir
git clone https://github.com/Mikael-R/aziris
cd aziris
- Install dependencies
yarn install # or npm install
- Execute
yarn start # or npm run start
- Open your browser on localhost:5000
- Open the web site clicking here
- Nodejs
- Javascript
- Socket.io
- HTML5
- CSS3
- Nodejs
- NPM/Yarn
- Create responsive layout
- Save messages on DB
- Create cache for messages
- Create login to use chat
- Make a fork of this repository
- Clone to you machine and entry on respective paste
- Create a branch with your resource:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
- A green button will appear at the beginning of this repository
- Click to open and fill in the pull request information
Contributions, issues and features requests are welcome!
📮 Submit PRs to help solve issues or add features
🐛 Find and report issues
🌟 Star the project
🤓 Mikael Rolim de Aquino
- Website: https://mikael-r.github.io/contact/
- Twitter: @mikaelr16
- Github: @Mikael-R
Copyright © 2020 Mikael Rolim de Aquino
This project is licensed by MIT License.
This README was generated with 💟 by readme-template-generator