celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Support public/ static files. #50

Closed digitalextremist closed 11 years ago

digitalextremist commented 11 years ago

Pull public/ functionality from reeltalk and move into Reel itself:

https://github.com/tarcieri/reeltalk/blob/master/lib/reeltalk/server.rb#L28

tarcieri commented 11 years ago

I'd really rather have frameworks (e.g. Webmachine) support static file service. It'd also be nice to redo Reeltalk with Webmachine

digitalextremist commented 11 years ago

I understand.. Maybe I can start fleshing out Lattice if you could let me know what your vision was for that, or lay out a rough specification design?

halorgium commented 11 years ago

@digitalextremist lets continue this discussion on the ML. I do agree that Reel might be too low level for people wanting to built web apps.