Skip to content

felipefrm/lets-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Built with Socket.io

Made by felipefrm

💬 About

The Let's Chat App is a real-time chat that was developed during The Complete Node.js Developer Course on Udemy Platform.

The project was built using websocket, this protocol provide a persistent connection between a client and server that both parties can use to start sending data at any time.

⚛️ Heroku

The Chat App is available on Heroku at the following URL: https://felipefrm-chat-app.herokuapp.com/

🧰 Technologies

This project was developed with the following technologies:

ℹ️ How To Run

  # Clone this repository
  $ git clone https://github.com/felipefrm/lets-chat.git

  # Go into the repository
  cd lets-chat

  # install dependencies
  $ npm install

  # run the app
  $ npm run start

  # running on port 3000

🤔 How to contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

Made by 💚 Felipe Melo

About

💬 Real-time chat application with socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published