Skip to content

Small socket-based chat app written in Go, HTML, JS, and TailwindCSS

Notifications You must be signed in to change notification settings

RamiAwar/go-socket-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Socket Chat

Small socket-based chat app written in Go, HTML, JS, and TailwindCSS.

Usage

You can use this to chat with friends online. The chat is ephemeral, only visible on your local browsers until you close the tab. Nothing is stored anywhere. https://ephm.herokuapp.com/

Local development

To run locally:

Frontend precompilation:

cd static/
npm i
npx tailwind -i ./css/main.css -o ./css/out.css --watch

Run app from main directory:

go run cmd/web/*.go

About

Small socket-based chat app written in Go, HTML, JS, and TailwindCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages