Page 1 of 1
November Meeting
Posted: Wed Oct 31, 2012 6:18 pm
by chipsm
I remember that we left a November meeting as a possible event even though Richard would not be in attendance.
Any word from the group on a November meeting? I for one am still interested.
Re: November Meeting
Posted: Wed Oct 31, 2012 8:32 pm
by FourthWorld
Re: November Meeting
Posted: Wed Oct 31, 2012 10:21 pm
by chipsm
Thanks Richard.
He is holding the meeting.
Re: November Meeting
Posted: Thu Nov 01, 2012 7:43 pm
by bvlahos
I'll be there too. Looking forward to meeting up with folks.
-Bill Vlahos
Re: November Meeting
Posted: Fri Nov 02, 2012 6:00 pm
by chipsm
Thanks Paul,
This meeting was very informative.
As we broke the meeting there were some discussions about our next meeting. We talked about examining how sockets work on a very basic level and possibly making a small application using sockets and an Ascii type database.
I look forward to the next meeting.
Re: November Meeting
Posted: Fri Nov 02, 2012 9:44 pm
by FourthWorld
This Lesson is a good introduction to using sockets in LiveCode:
http://lessons.runrev.com/s/lessons/m/4 ... ng-sockets
If there's interest I could dig up the old mchttpd stack and pass it around as an example of making a simple web server entirely in LiveCode.
Re: November Meeting
Posted: Fri Nov 02, 2012 11:09 pm
by chipsm
I think that would be cool.
Thanks.
I saw this post on the RunRev Site. I need to spend a little time trying it out.
Re: November Meeting
Posted: Fri Nov 02, 2012 11:33 pm
by FourthWorld
Yep, sockets can be a lot of fun but will take some experimentation to use well. I like 'em for peer-to-peer apps, but for client-server I prefer working at a higher level letting HTTP do most of the work, being a well-defined protocol with lots of tools available.
I'll dig up that mchttpd stack and see if I can clean it up in time for the Dec. meeting.