Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.13 KB

Go-Gorilla-Websocket

This repository is an experimental project aimed at learning and utilizing the Go programming language with the Gorilla Websocket library. The goal is to develop a chat bot and explore various use cases for websockets.

Description

Websockets are a communication protocol that allows for real-time, bidirectional communication between a client (usually a web browser) and a server. This project leverages the Gorilla Websocket library, a popular Go package, to implement a basic websocket server.

Features

  • Establishes a websocket server using the Gorilla Websocket library
  • Handles incoming websocket connections and messages
  • Provides a home page to demonstrate basic HTTP functionality
  • Supports bidirectional communication between clients and the server

Prerequisites

To run this project, you need to have Go installed on your machine. You can download and install Go from the official website: https://golang.org

Installation

  1. Clone this repository to your local machine using the following command:

    git clone https://github.com/vacaramin/Go-Gorilla-Websocket.git