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
- Host: GitHub
- URL: https://github.com/geocine/bubble
- Owner: geocine
- License: mit
- Created: 2018-05-05T14:36:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T03:18:08.000Z (over 6 years ago)
- Last Synced: 2024-04-14T11:09:02.940Z (over 1 year ago)
- Topics: chat, go, webcomponents, websocket
- Language: Go
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bubble

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