Skip to content

taz/LettuceServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A learning experiment :-)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published