An open API service indexing awesome lists of open source software.

https://github.com/lyzco/multipersonchat

A go language development, lightweight multi-person chat room based on websocket.
https://github.com/lyzco/multipersonchat

chatroom go services websocket

Last synced: 9 months ago
JSON representation

A go language development, lightweight multi-person chat room based on websocket.

Awesome Lists containing this project

README

          

# Multi-person chat room

## Table of Contents

- [Background](#background)
- [Install](#Install)
- [Maintainers](#Maintainers)

## Background

> go v1.19
>

## Install

[//]: # (This project uses [php]() and [nginx]() and [redis](). Go check them out if you don't have them locally installed.)

```sh
#services
cd services;
go mod tidy;
go run main.go

#client
cd services;
go mod tidy;
go build main.go
```

## Maintainers

[@lyzco](https://github.com/lyzco).

I love my weeds, but I hate this ground decorated with weeds. --Lu Xun