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.
- Host: GitHub
- URL: https://github.com/lyzco/multipersonchat
- Owner: lyzco
- License: apache-2.0
- Created: 2022-08-16T09:39:10.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T08:58:42.000Z (over 3 years ago)
- Last Synced: 2025-07-04T20:45:02.600Z (12 months ago)
- Topics: chatroom, go, services, websocket
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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