Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shadowhijackers/share-gang-locations
Hi, Share Gang locations is a real time map based project Which is used to track the team locations live in a single map. for example you friends are started to going for some party and you have to track everyone live in single map then you can use this application. [PEER-OSM (VUE JS)<->WEBSOCKET SERVER(GO) <->PEER-OSM(VUE JS)]
https://github.com/shadowhijackers/share-gang-locations
gin golang gorilla-websocket javascript leafletjs openstreetmap vue
Last synced: about 1 month ago
JSON representation
Hi, Share Gang locations is a real time map based project Which is used to track the team locations live in a single map. for example you friends are started to going for some party and you have to track everyone live in single map then you can use this application. [PEER-OSM (VUE JS)<->WEBSOCKET SERVER(GO) <->PEER-OSM(VUE JS)]
- Host: GitHub
- URL: https://github.com/shadowhijackers/share-gang-locations
- Owner: shadowhijackers
- License: other
- Created: 2022-04-17T09:24:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-28T04:28:33.000Z (over 2 years ago)
- Last Synced: 2024-11-14T14:13:27.110Z (2 months ago)
- Topics: gin, golang, gorilla-websocket, javascript, leafletjs, openstreetmap, vue
- Language: JavaScript
- Homepage: https://share-gang-locations.herokuapp.com/
- Size: 47.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## SHARE GANG LOCATIONS
Hi, Share Gang locations is a real time map based project
Which is used to __track the team locations live in a single map.__
for example you friends are started to going for some party and
you have to track everyone live in single map then you can use
this application.## Techstack
Application developed in Go, Gin, Gorila Websocket, Vue js 3 with minimalistic
to write vue render code you have to follow `https://github.com/developit/htm `
hypertext tagged markeup which used to write jsx code in js itself without
any transpiller.
## RUN SERVERRun this application by following command in local environment
> go run main.go -env dev## RUN UI
> cd public; npm run scss-watchDocker
> docker build -t share-gang-locations -f Dockerfile.devenv $GO_PATH/share-gang-locations
> docker run -dp 8080:8080 share-gang-locationsTest with https://localhost:8080
## APP LINK
[LIVE TEST]( https://share-gang-locations.herokuapp.com)
> Try with latest version of browsers