Skip to content

Chat app in Go/JS where the user picks a geographical location within which he wants to converse with others.

Notifications You must be signed in to change notification settings

alecsmrekar/newspeak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newspeak - Project Info

About

This is a still a work in progress, it's primarily a project to tech myself some new techniques.

The goal is to create a web based chat app in which users can create and join rooms based on geographical location. The backend is written in Golang and it's designed around WebSockets and with concurrency support. The frontend is being done in VueJS.

Docker info:

Building the image: docker build -t newspeak-app .

Running the image: docker run -d -p 8000:8000 newspeak-app

About

Chat app in Go/JS where the user picks a geographical location within which he wants to converse with others.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published