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

https://github.com/digibib/mycel-server

Mycel server
https://github.com/digibib/mycel-server

Last synced: about 1 year ago
JSON representation

Mycel server

Awesome Lists containing this project

README

          

## Mycel server
Rewrite Mycel in Go

### Why?
* Simpler deployment; one compiled, statically-linked binary with no depndencies except MySQL.
* Go has saner and more robust concurrency constructs than Ruby. Goodbye difficult to debug EventMachine deadlocks.
* A rewrite gives me an excuse to refactor and enhance some earlier bad program designs and decisions.