Skip to content

epeld/http-server-prolog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

This is a project to learn more about the machinisms of a HTTP server.

It implements a HTTP server from the library functions in SWI-Prolog. Yes, SWI-Prolog already has a working HTTP server implementation, but I choose to ignore that.

Starting the Server

Load load.pl. This should launch the server automatically on localhost:8080.

Now try curling:

        curl localhost:8080 -i

and watch the server crash

About

Implements a HTTP server in SWI-Prolog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages