zuramai / realtime-chat-example

Realtime chat example using Javascript and Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Basic Realtime Chat Example

Realtime chat example using Javascript and Go

image

Prerequisites

You need npm and Go installed in your machine

Installation

  1. Clone the repository
git clone https://github.com/zuramai/realtime-chat-example
  1. Install deps and vendors
cd realtime-chat-example
pnpm install 
cd server
go mod vendor
  1. Run the app
go run *.go
cd .. && pnpm dev

LICENSE

MIT

About

Realtime chat example using Javascript and Golang


Languages

Language:TypeScript 28.9%Language:Go 28.7%Language:CSS 24.5%Language:HTML 17.9%