From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Amirouche Newsgroups: gmane.lisp.guile.user Subject: Re: Getting started web developpement with GNU Guile (with guile fibers) and BiwaScheme Date: Mon, 8 May 2017 13:07:41 +0200 Message-ID: References: <9546dff3-8696-249e-955e-7c1f8a209833@hypermove.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1494241674 6489 195.159.176.226 (8 May 2017 11:07:54 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 8 May 2017 11:07:54 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 To: "guile-user@gnu.org" Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon May 08 13:07:50 2017 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d7gW1-0001Wx-Jn for guile-user@m.gmane.org; Mon, 08 May 2017 13:07:45 +0200 Original-Received: from localhost ([::1]:58805 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7gW7-00071J-0B for guile-user@m.gmane.org; Mon, 08 May 2017 07:07:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d7gVJ-0006cy-PB for guile-user@gnu.org; Mon, 08 May 2017 07:07:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d7gVI-0002u9-4O for guile-user@gnu.org; Mon, 08 May 2017 07:07:01 -0400 Original-Received: from relay4-d.mail.gandi.net ([2001:4b98:c:538::196]:39026) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d7gVH-0002tw-Ue for guile-user@gnu.org; Mon, 08 May 2017 07:07:00 -0400 Original-Received: from [IPv6:2a01:e35:2ef3:d930:b591:85d5:84ad:4805] (unknown [IPv6:2a01:e35:2ef3:d930:b591:85d5:84ad:4805]) (Authenticated sender: amirouche@hypermove.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id C46C1172093 for ; Mon, 8 May 2017 13:06:56 +0200 (CEST) In-Reply-To: <9546dff3-8696-249e-955e-7c1f8a209833@hypermove.net> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4b98:c:538::196 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: "guile-user" Xref: news.gmane.org gmane.lisp.guile.user:13694 Archived-At: Here is a playlist for the screncast https://www.youtube.com/playlist?list=PL_jCPpfzyfeqqEcioz71x5XvXnq9UABdK Le 06/05/2017 à 20:47, Amirouche a écrit : > I made a screencast explaining how I would start building a poll > application > using by favorite tools of the moment. > > There GNU Guile in the backend using the new guile-fibers to run the > http server > workers. > > In the frontend I use BiwaScheme with snabbdom library for interacting > with the > browser. > > BiwaScheme is a Scheme interpreter written in JavaScript. > > Snabbdom is library that implement a diff+patch algorithm which allows > to declare > how the page will look and it make it happen. It also handles bindings > events to > callbacks. The use of snabbdom is bound to scheme and its use is > transparent. > > The first video, I try to explain what tools I will use and sort of > why. It's not > very interesting https://youtu.be/i47QgE0ihSw > > The second video, I tackle an issue in forward.scm, basically I am bug > hunting in > the browser: https://youtu.be/to8vdri82_E > > The last is the most interesing, it restart where I left it in the > previous video > with basically a minimal frontend (so you might want to look at the 20 > last minutes > of the second video). Anyway, then it goes on to allow the frontend > (client side) > to communicate with the backend (server side) using HTTP: > https://youtu.be/ePiHp1lgbas > > The code can be found @ https://framagit.org/a-guile-mind/azul > > azul means "hello" in amazigh. > > Happy hacking! > > ~ amz3 ~ http://hyperdev.fr >