dry-rb / dry-web

Lightweight web application stack with pluggable routing front-ends
http://dry-rb.org
MIT License
212 stars 19 forks source link

Very simple example web application #32

Open swistaczek opened 7 years ago

swistaczek commented 7 years ago

Hey, It would be great if this project has some simple application like "notes app" without extra dependencies.

timriley commented 7 years ago

Yep, this would be handy. I'll leave this issue open until we can build one of these. I'd be interested in it being as equivalently small as https://github.com/dry-rb/dry-system/tree/master/examples/standalone.

solnic commented 7 years ago

I'll try to come up with something, assuming I'll find some time :/

On 26 September 2016 at 19:24:33, Tim Riley (notifications@github.com) wrote:

Yep, this would be handy. I'll leave this issue open until we can build one of these. I'd be interested in it being as equivalently small as https://github.com/dry-rb/dry-system/tree/master/examples/standalone.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dry-rb/dry-web/issues/32#issuecomment-249726376, or mute the thread https://github.com/notifications/unsubscribe-auth/AAAEKlS12s_etds1Oiy3pmJ1GO8xMsUEks5quFQxgaJpZM4KGICc .

alexandru-calinoiu commented 7 years ago

I want to use dry-web to build an rest api, I've started with a mimum sample that I've pushed to a public repo https://github.com/alexandru-calinoiu/simple-dry-web-sample

There a still specs and docs missing but will add those soon.

Let me know if there is anything else you think this needs.