--
Frank.
Frank Cazabon
--
You received this message because you are subscribed to the Google Groups "OFUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ofug+unsubscribe@googlegroups.com.
To post to this group, send email to of...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Sure, it is: 8:30 EST, UTC -5
We're doing Join.me for the visual part of the presentation, but have moved the audio over to Skype. Send me a contact request on Skype (todd.landrum in Evergreen, CO) and then I start the Skype call at 8:30.
-- Frank. Frank Cazabon
Hi Todd today my block is suffering a severe Internet connection failure ( not even cable tv signal ) . Service provider expects to have the issue solved by this afternoon but I'd rather move the Meeting for past tomorrow ( thu ) at same hour, just to be sure this issue has been solved properly. Please confirm if you are ok with this re-schedule or if you prefer to set a distinct one. My apologize for this inconvenience.
> --
> You received this message because you are subscribed to the Google Groups "OFUG" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to ofug+uns...@googlegroups.com.
Hi Brandon maybe I missed that No-Fox is an integrated web Server and mvc framework you wont need another component to get your app running.
--
--
You received this message because you are subscribed to a topic in the Google Groups "OFUG" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/ofug/samnJRX0Dj8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to ofug+uns...@googlegroups.com.
No Brandon I took the idea from them but I made a complete new development since it needed multitreading support and full http 1.1 compilance . No Fox uses socketwrench for socket communication and SSL support.
Thanks Brandon, great you liked it. Follow the Project on twitter @vfp2nofox I'll post links to docs an live demos soon.
Marco, that's very interesting. I've taken a completely different approach to building something similar.I use VFP to expose a REST service, but then use Angular+Bootstrap to build the UI (Single-Page Application). In this way, VFP does none of the web app UI which is way different than what you're doing. My REST objects tie back into business objects which enforce business logic. The Rest Objects abstract multi-level business objects into a flat list of properties which are easily consumed by Angular via JSON. My project is considerably less ambitious than yours... No-Fox is very impressive!