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.geolocationvariable - this tutorial extends
Controllerby 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-11-02October report 2025
- 2025-10-22New universal drivers for IoT Platform
- 2025-10-13IoT Platform Update: New Features and Enhancements
- 2025-10-01September report 2025
- 2025-09-05How to create Google Gemini AI component in Total.js Flow
- 2025-09-01August report 2025
- 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
