Skip to content

brenden17/Realtime-Counter-with-Flask-on-Redis

Repository files navigation

Realtime Counter with redis on Flask

This is Flask extension which implements page view counter, page like counter based on Redis

Requirements

  • Redis server
  • Python library
pip install flask-session
pip install redis
  • Bootsrap

How to use

Just put snippet on html page.


{{ count_this_path() }}

alt text

That's all.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published