Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/radd/gps-webapp-nodejs
Web app for tracking user locations (part of the real-time tracking system)
https://github.com/radd/gps-webapp-nodejs
express nodejs stomp websocket
Last synced: 3 days ago
JSON representation
Web app for tracking user locations (part of the real-time tracking system)
- Host: GitHub
- URL: https://github.com/radd/gps-webapp-nodejs
- Owner: radd
- Created: 2019-06-05T14:40:26.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T00:43:16.000Z (almost 2 years ago)
- Last Synced: 2023-04-14T18:23:43.229Z (over 1 year ago)
- Topics: express, nodejs, stomp, websocket
- Language: HTML
- Size: 269 KB
- Stars: 18
- Watchers: 1
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Real-time GPS tracking - webapp
This project is part of the real-time tracking system.
[GPS tracking system](https://github.com/radd/rest-service-gps), [Android App](https://github.com/radd/gps-android-app), [Web App](https://github.com/radd/gps-webapp-nodejs)Node.js + Express + EJS + WebSocket (STOMP) on client side
Web aplication includes:
- sign up and sign in user - JWT
- real-time user locations tracking
- viewing saved users routes
- sharing linksScreenshots:
![ss](https://radd.github.io/other/images/gps-webapp/1.png)
![ss](https://radd.github.io/other/images/gps-webapp/2.png)
![ss](https://radd.github.io/other/images/gps-webapp/3.png)
![ss](https://radd.github.io/other/images/gps-webapp/4.png)
![ss](https://radd.github.io/other/images/gps-webapp/5.png)