April 15th - Marco Plaza, No-Fox

96 views
Skip to first unread message

Todd Landrum

unread,
Mar 19, 2014, 10:32:38 AM3/19/14
to of...@googlegroups.com
For our next OFUG meeting on April 15th, Marco Plaza will be presenting No-Fox, a web-application server and development framework for Internet and desktop applications. 

Get your taxes done early so you can attend the meeting!

Todd

Todd Landrum

unread,
Apr 14, 2014, 2:56:44 PM4/14/14
to of...@googlegroups.com
Reminder that the next OFUG meeting is tomorrow, the 15th. Finish your taxes early and join us for Marco Plaza presenting No-Fox, a web-application server and development framework for Internet and desktop applications. 

Remember that we will also be doing the audio for this meeting on Skype. Please add me as a contact if you haven't already - todd.landrum, Evergreen, Colorado. 

Todd

Marco Plaza

unread,
Apr 14, 2014, 3:36:12 PM4/14/14
to of...@googlegroups.com

Confirmed.

See you there!

Marco

Frank Cazabon

unread,
Apr 15, 2014, 9:37:33 AM4/15/14
to of...@googlegroups.com
On 14/04/2014 02:56 PM, Todd Landrum wrote:
> Reminder that the next OFUG meeting is tomorrow, the 15th.

Todd,

it's been a while since I could make a meeting, could you remind me what
time it starts please as I am trying to attend this one.

--

Frank.

Frank Cazabon

Todd Landrum

unread,
Apr 15, 2014, 10:11:11 AM4/15/14
to of...@googlegroups.com
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. 

Todd




--

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.

Frank Cazabon

unread,
Apr 15, 2014, 10:40:41 AM4/15/14
to of...@googlegroups.com
On 15/04/2014 10:11 AM, Todd Landrum wrote:
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. 


Thanks, you approved my skype request yesterday :)
-- 

Frank.

Frank Cazabon

registro Web

unread,
Apr 15, 2014, 12:00:04 PM4/15/14
to of...@googlegroups.com

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.

Todd Landrum

unread,
Apr 15, 2014, 12:34:35 PM4/15/14
to of...@googlegroups.com
Gang  - 

Marco is suffering some internet connection issues today. Hopefully they will resolve by this afternoon and we'll be able to have the meeting, but there is a chance we'll have to cancel. I'll make an announcement at 6:00 EST (2.5 hours before we would normally be starting) letting you know if we are on or not. 

Todd

Marco Plaza

unread,
Apr 15, 2014, 12:47:51 PM4/15/14
to of...@googlegroups.com

Hi Todd, my Internet service is back again :-)

Marco.

Todd Landrum

unread,
Apr 15, 2014, 5:49:29 PM4/15/14
to of...@googlegroups.com
Marco's internet is back and working. We'll be having our meeting tonight. See you then. 

Todd

Todd Landrum

unread,
Apr 16, 2014, 10:27:28 AM4/16/14
to of...@googlegroups.com
The recording of Marco's presentation is now available on YouTube: http://youtu.be/BBC3Ly6Im10

Thanks for the presentation, Marco!

Todd

Brandon

unread,
Apr 16, 2014, 2:57:27 PM4/16/14
to of...@googlegroups.com
I never saw where Marco talked about what web server he was using?

registro Web

unread,
Apr 16, 2014, 3:43:31 PM4/16/14
to of...@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.

--

Brandon Harker

unread,
Apr 16, 2014, 3:49:49 PM4/16/14
to of...@googlegroups.com
Marco, did you take eeta web server and run with it?





--
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.

registro Web

unread,
Apr 16, 2014, 4:53:47 PM4/16/14
to of...@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.

Brandon

unread,
Apr 16, 2014, 5:07:20 PM4/16/14
to of...@googlegroups.com, plaza...@hotmail.com
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!


registro Web

unread,
Apr 16, 2014, 5:32:40 PM4/16/14
to of...@googlegroups.com

Thanks Brandon, great you liked it. Follow the Project  on twitter @vfp2nofox I'll post links to docs an live demos soon.

El 16/04/2014 16:37, "Brandon" <bra...@sebae.com> escribió:
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!


Reply all
Reply to author
Forward
0 new messages