Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/htomsik/litechat
Simple websocket chat on go + vue
https://github.com/htomsik/litechat
golang rest-api vue website
Last synced: 17 days ago
JSON representation
Simple websocket chat on go + vue
- Host: GitHub
- URL: https://github.com/htomsik/litechat
- Owner: Htomsik
- Created: 2024-05-28T11:49:50.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-29T22:18:08.000Z (6 months ago)
- Last Synced: 2024-11-12T13:21:40.127Z (about 2 months ago)
- Topics: golang, rest-api, vue, website
- Language: Go
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LiteChat
Simple text chat on websockets in go anv vue
## Usage
#### With Make file
``` bash
MAKE build
./apiServer
```
#### Manual build``` bash
go mod tidy
go build -v ./cmd/apiServer
./apiServer
```