Lightning icon indicating copy to clipboard operation
Lightning copied to clipboard

Example Application

Open damianesteban opened this issue 9 years ago • 8 comments

I know that Edge is very new but it would be great to put together some kind of basic demo application. After I spend a bit more time with the codebase I would be happy to do this :)

damianesteban avatar Oct 31 '16 03:10 damianesteban

That would be excellent! I plan to update the repo with a Dockerfile and host an image on Docker Hub, so that might help out quite a bit with that. It would also be cool to implement a Heroku app, which was asked about in #7.

cloutiertyler avatar Oct 31 '16 07:10 cloutiertyler

That sounds great. I should have some time this weekend to dive in.

damianesteban avatar Nov 03 '16 03:11 damianesteban

Likewise!

cloutiertyler avatar Nov 04 '16 20:11 cloutiertyler

So I've been working on an example application and I think I need to add in a routing framework like Express so that it's much easier to just spin up a quick web app. Still messing around with the design. I'd like it be obvious to both people familiar with reactive programming and those who are not.

cloutiertyler avatar Nov 06 '16 01:11 cloutiertyler

Yes, I think that without at least a basic routing framework it will be tough.

Damian Esteban

On November 5, 2016 at 9:10:00 PM, Tyler Cloutier ([email protected]) wrote:

So I've been working on an example application and I think I need to add in a routing framework like Express so that it's much easier to just spin up a quick web app. Still messing around with the design. I'd like it be obvious to both people familiar with reactive programming and those who are not.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/SwiftOnEdge/Edge/issues/13#issuecomment-258653423, or mute the thread https://github.com/notifications/unsubscribe-auth/AEV_AiZcLsXsBdSUsUp6MfhL-oq8auPOks5q7SjogaJpZM4KkozV .

damianesteban avatar Nov 06 '16 19:11 damianesteban

Working on this currently. I made some much needed improvements to Reflex yesterday. I think that should make the design go more smoothly.

cloutiertyler avatar Nov 06 '16 19:11 cloutiertyler

@damianesteban Take a look at the routing example in the README here: https://github.com/SwiftOnEdge/Edge/blob/routing/README.md

It was a little tricky to implement, but I think it turned out pretty nice in the end. It still needs quite a bit of work, but the core idea is there.

cloutiertyler avatar Nov 12 '16 11:11 cloutiertyler

Ok, this week I have time (for real). I'll let you know how it goes.

damianesteban avatar Nov 28 '16 23:11 damianesteban