Skip to content

Briso10-dev/Web-Sockets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Sockets Explanation and Implemntation

📦 Technologies Used

Technology Description
Javascript Javascript as main language in its latest ES
Node.js JavaScript runtime for server-side development
Express.js Minimalist web framework for building APIs
Docker Containerization for easy deployment & scalability

Installation

Creating a docker image:

docker build -t node_server .

Running the docker container

 docker run node_server

NB : In each case "node_server" refers to the name of the building image


API Documentation

The API documentation is accessible at the following address :

http://localhost:3000/api-docs

🤝 Contributing

We love contributions! If you'd like to contribute to this project, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-name).
  3. Commit your changes (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-name).
  5. Open a pull request.

Feel free to report issues or suggest features by opening an issue in this repository.


📄 License

This project is licensed under the MIT License. See the LICENSE file for details.


🌟 Show Your Support!

If you found this project helpful, please give it a ⭐ on GitHub! It helps others discover it too.

Happy coding! 💻✨

About

A FullStack project fully explaining and implementing web sockets from server and cliide side in javascript

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors