Skip to content

Latest commit

 

History

30 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages