Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtyler/urlenco.de
Eventlet-based version of Urlenco.de
https://github.com/rtyler/urlenco.de
Last synced: 27 days ago
JSON representation
Eventlet-based version of Urlenco.de
- Host: GitHub
- URL: https://github.com/rtyler/urlenco.de
- Owner: rtyler
- License: mit
- Created: 2009-12-05T10:06:29.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2011-11-20T21:16:22.000Z (about 13 years ago)
- Last Synced: 2024-11-26T21:03:24.475Z (29 days ago)
- Language: Python
- Homepage: http://urlenco.de
- Size: 196 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Urlenco.de
===========### Introduction
[Urlenco.de](http://urlenco.de) is the code base behind a fun little URL shortener application
that I wrote "once upon a time". Originally Urlenco.de was built on top of ASP.NET running on top
of [Mono](http://mono-project.com), [Lighttpd](http://www.lighttpd.net/) (via FastCGI) and
[PostgreSQL](http://www.postgresql.org/). This codebase however is a completely rewritten from
scratch using [Eventlet](http://eventlet.net), [Cheetah](http://cheetahtemplate.org), [Redis](http://code.google.com/p/redis/) and my
own tiny MVC framework "[MicroMVC](http://github.com/rtyler/MicroMVC)".