Menu

Colono / Blog: Recent posts

Forth web server Colono 0.7 released

This release contains support for Forth Server Pages.

A Forth Server Page can look like this:

<title>Forth Server page</title>

<% ." Hello!" %>

Posted by Rene Hartmann 2017-11-14

Forth web server Colono 0.2 released

Colono is a lightweight HTTP server for Linux written in Forth. It uses an event-based I/O model. This allows handling many simultaneous connections without the need for tasks which are not available in all Forth implementations.

Processing HTTP requests is delegated to request handlers. A handler for GET which sends files is included. Handlers for e.g. POST requests can be added.

Colono 0.2 supports GForth, SwiftForth, and VFX Forth.

Posted by Rene Hartmann 2016-11-13
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.