Hello Gautier,

Gnoga is an HTTP server at first.
By default, the page boot.html is served and then boot.js is execute on browser 
site and On_Connect on server side.
You may bind a specific URI with a specific On_connect handler.
If browsers request an URL then the page is served as a common HTTP server.
Otherwise 404 page with "Not found" is sent.
See Do_Get_Head in package Gnoga.Server.Connection.

HTH, Pascal.
http://blady.pagesperso-orange.fr


> Le 30 mai 2017 à 22:57, Gautier de Montmollin <gdem...@hotmail.com> a écrit :
> 
> Hello,
> 
> I've noticed that static web contents (HTML pages, images) are served 
> regardless of the existence of a "formal" connection processed by 
> On_Connect.
> 
> I suppose this happens behind the scenes with a task or one tasks per 
> item? Just curious... I am not very proficient in the mechanics of Gnoga.
> 
> Cheers
> 
> Gautier
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gnoga-list mailing list
> Gnoga-list@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gnoga-list


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Gnoga-list mailing list
Gnoga-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gnoga-list

Reply via email to