lovesaroha / lChat

A simple group chat app implemented using WebSockets.

Home Page:https://lchat.lovesaroha.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lChat

A simple group chat app implemented using WebSockets.
Demo lchat.lovesaroha

Features

  • Create chat rooms.
  • Make room private with password.
  • Search available rooms in lobby.
  • Send messages in room.

Requirements

  • Go 1.9 or higher. We aim to support the 3 latest versions of Go.
  • Gorilla web socket.
  • JWT go.

Packages

Simple install the package to your $GOPATH with the go tool from shell:

go get -u "github.com/gorilla/websocket"
go get -u "github.com/dgrijalva/jwt-go"

Make sure Git is installed on your machine and in your system's PATH.

Usage

go run main.go

image


image


image


image


image

About

A simple group chat app implemented using WebSockets.

https://lchat.lovesaroha.com

License:GNU General Public License v3.0


Languages

Language:CSS 61.5%Language:JavaScript 19.7%Language:Go 14.8%Language:HTML 4.0%