Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/friskenstein/blabber

Simple Go WebSocket chat server and client
https://github.com/friskenstein/blabber

go golang gorilla-websocket

Last synced: 19 days ago
JSON representation

Simple Go WebSocket chat server and client

Awesome Lists containing this project

README

        

# Blabber

Simple WebSocket chat server and client.

Run server:

```bash
go run server/main.go
```

Run client(s):

```bash
go run client/main.go
```