0.2.1 • Published 8 years ago

express-tasix v0.2.1

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
8 years ago

express-tasix

Node.js Express middleware for Tas-IX network

What is Tas-IX?

Data exchange network in Uzbekistan, where many domestic ISP providers give access to resources within the network to their subscribers for free.

What is express-tasix?

express-tasix is a simple NodeJS/ExpressJS middleware which detects ip adresses/ranges of coming HTTP requests in middleware layer.

Installation

$ npm install express-tasix --save

Example

...
var tasix_middleware = require('express-tasix');
...
app.use(tasix_middleware);
...

Disclaimer

Network range is being fetched manually from http://tasix.sarkor.uz/full, meaning correctness is based on 3rd party ISP provider which releases network information periodically.

License

BSD