Skip to content

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.

Notifications You must be signed in to change notification settings

vacaramin/Go-Gorilla-Websocket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published