https://github.com/digibib/mycel-server
Mycel server
https://github.com/digibib/mycel-server
Last synced: about 1 year ago
JSON representation
Mycel server
- Host: GitHub
- URL: https://github.com/digibib/mycel-server
- Owner: digibib
- Created: 2013-07-30T08:41:01.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-19T12:35:57.000Z (almost 13 years ago)
- Last Synced: 2024-04-14T18:14:07.339Z (over 2 years ago)
- Size: 117 KB
- Stars: 0
- Watchers: 11
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.