Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```