Git Product home page Git Product logo

ws-chat-demo's Introduction

Chat

Prerequisites

Before you begin, make sure you have an internet connection and administrative privileges on your machine. Please run entire step on this document before you go to workshop.
 

Installing Go (Golang)

macOS

  • Download the latest macOS package from the official Go website: https://golang.org/dl/
  • Open the downloaded package and follow the installation instructions.
  • Verify your Go installation by opening a terminal and running:
go version

Windows

  • Download the latest Windows installer from the official Go website: https://golang.org/dl/
  • Run the installer and follow the on-screen instructions.
  • Open the Windows Command Prompt or PowerShell and verify your Go installation by running:
go version

Linux

  • Open a terminal and use the package manager to install Go. For example, on Ubuntu, you can run:
sudo apt-get update
sudo apt-get install golang
  • Verify your Go installation by running:
go version

 

Installing Docker

macOS

Windows

Linux

  • Install Docker on Linux using the official Docker documentation for your specific distribution. For example, on Ubuntu, you can follow these steps: https://docs.docker.com/engine/install/ubuntu/
  • After installation, start the Docker service:
sudo systemctl start docker
  • Add your user to the docker group to run Docker commands without sudo:
sudo usermod -aG docker $USER
  • Log out and log back in or reboot your system to apply the group changes.
  • Verify your Docker installation by running:
docker --version

 

Run project

Run this command:

docker-compose up

 

Healthcheck

ws-chat-demo's People

Contributors

ahtanasha avatar nickyrolly avatar ronnsetiawantkp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.