1
0
mirror of https://github.com/Luzifer/mapshare.git synced 2024-09-07 17:59:09 +00:00
Simple and data protecting alternative to sharing a location through 3rd-party services
Go to file
2023-10-15 20:30:32 +02:00
ci Update dependencies, fix linter errors, modernize code 2023-10-15 20:26:58 +02:00
frontend Update dependencies, fix linter errors, modernize code 2023-10-15 20:26:58 +02:00
.gitignore Add infrastructure 2020-01-06 21:56:17 +01:00
Dockerfile Add frontend to container 2020-01-07 01:12:55 +01:00
go.mod Update dependencies, fix linter errors, modernize code 2023-10-15 20:26:58 +02:00
go.sum Update dependencies, fix linter errors, modernize code 2023-10-15 20:26:58 +02:00
handler.go Update dependencies, fix linter errors, modernize code 2023-10-15 20:26:58 +02:00
History.md prepare release v0.3.1 2023-10-15 20:30:32 +02:00
LICENSE Add META 2020-01-07 00:27:32 +01:00
main.go Update dependencies, fix linter errors, modernize code 2023-10-15 20:26:58 +02:00
Makefile Add infrastructure 2020-01-06 21:56:17 +01:00
README.md Add disk retention of state 2020-01-07 00:49:40 +01:00
state.go Update dependencies, fix linter errors, modernize code 2023-10-15 20:26:58 +02:00

Go Report Card

Luzifer / mapshare

This project is a very simple and data protecting alternative to sharing a location through Glympse or similar services.

You can setup your own instance in minutes, it does not require any database (though you can have the retained locations stored on disk) and you can share your location from a mobile browser. To view the location nothing more than a browser is required.

When sharing a location you have the choice to select whether the server should retain the location data or just pipe it through. Retaining the data has the advantage new viewers (or viewers whose websocket has reconnected) instantly see your location. When not retaining data the data is received, sent to all connected sockets and afterwards instantly forgotten.