WebsocketsChat

command module
v0.0.0-...-e685b3a Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2024 License: MIT Imports: 3 Imported by: 0

README

Websockets Chat

A simple Websockets realtime chat application.

Requirements

  • Local golang installation

Getting started

Without Docker

Installing the dependencies:

go mod download

Running the application:

go run main.go

With Docker

Building the image:

docker build -t websocketschat .

Running the application:

docker run -p 5000:5000 websocketschat

After starting the application the server should be started on port 5000 and you can start sending and receiving chat messages.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL