Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)".