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

https://github.com/geocine/bubble

chat application built with Web Components and Go
https://github.com/geocine/bubble

chat go webcomponents websocket

Last synced: 6 months ago
JSON representation

chat application built with Web Components and Go

Awesome Lists containing this project

README

          

# bubble

![](https://i.imgur.com/FRgdZZ0.gif)

A slack like chat built with the following technologies:

## Backend

- [Go](https://github.com/golang/go) - The Go Programming Language
- [Gin](https://github.com/gin-gonic/gin) - Gin is a HTTP web framework written in Go (Golang)

## Frontend

The frontend component is [located here](https://github.com/geocine/bubble-component). It is built with Web Components via the following technologies:

- [Tailwind CSS](https://github.com/tailwindcss/tailwindcss) - A utility-first CSS framework for rapid UI development
- [Stencil JS](https://github.com/ionic-team/stencil) - A Web Component compiler for building fast, reusable UI components and Progressive Web Apps 💎 Built by the Ionic Framework team