Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/imrehg/fools

A git server with minimal system resource requirements, implemented in Forth.
https://github.com/imrehg/fools

Last synced: 12 days ago
JSON representation

A git server with minimal system resource requirements, implemented in Forth.

Awesome Lists containing this project

README

        

# Fools

A git server with minimal system resource requirements, implemented in Forth.

### Inspirations & resources

* ProGit - git internals: http://progit.org/book/ch9-0.html
* Pure Python git implementation: https://github.com/jelmer/dulwich
* Git server protocol: http://git-scm.com/gitserver.txt
* Web server in Forth: http://www.jwdt.com/~paysan/httpd-en.html
* SHA1 algorithm: http://home.earthlink.net/~neilbawd/sha1.txt

### License

See LICENSE.txt for details, short story: MIT license, use it for anything you want, keep the notice around and have fun!