Geolocation in Total.js
How to use Geolocation in Total.js framework? Localize each IP address in your web application.

Geolocation in Total.js
- this tutorial uses a middleware
- obtained data will be stored in
req.geolocation
variable - this tutorial extends
Controller
by addinggeolocation()
method which returnsreq.geolocation
Create a definition file e.g. geolocation.js
:
Usage
Now we extend routes where we want to use Geolocation.
Result:
Tips
- we can use a global middleware via
F.use('geolocation', '*', ['web']);
- we can store geolocation data in cookies or in a database
Other posts from Total.js Platform
- 2025-08-25IoT platform — Total.js
- 2025-08-22How to install OpenPlatform — IoT platform
- 2025-08-18Total.js Tables is here!
- 2025-08-18How to install Flow — IoT platform
- 2025-08-15How to install OpenReports — IoT platform
- 2025-08-08How to install stream to IoT platform — Total.js
- 2025-08-04July report 2025
- 2025-08-01How to install IoT platform — Total.js
- 2025-07-15Revolutionize Your IoT Management with Total.js IoT Platform: Simplify, Monitor, and Optimize
- 2025-07-01June report 2025