Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 988 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 988 Bytes

Lettuce Server

I was inspired after reading a blog post on Facebook’s TAO architecture and decided to try to build an entity association API of my own as a learning experience. It is largely incomplete.

It’s mostly written in PHP, using MySQL (via PDO) for storage and memcached as a reasonably transparent (at least to the entity module developer) write-back cache. I've also experimented with RabbitMQ in places (sending requests to the mailer daemon for example).

There is a node.js backend included as a long-poll end point for the messaging queue that I started on, but haven't finished.

There are two partial SPA front ends for this project:

Note: This code may break without notice.