Differences between revisions 13 and 14
Revision 13 as of 2009-01-01 20:36:17
Size: 1905
Comment:
Revision 14 as of 2009-01-01 20:48:03
Size: 2290
Comment:
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
[[MildServerIntro|Introduction to MildServer]] Follow links below to read more about:
Line 18: Line 18:
= To Do =
 * Describe how to download and install the MildServer
 * Debugging tips
 * Describe the functions in the HTMLInput namespace
 * Describe the contents of the HTTPRequest argument
 * Talk about how the MildServer implements Sessions and Security
 * Introduce !JavaScript for Client-Side functionality
 * [[MildServerIntro|Introduction to MildServer]]
 * [[MildServerGettingStarted|Getting Started]]
 * MildServer Samples
  * [[MildServerSampleReverse|Reverse Text]] (Simple Interactive Example)
  * [[MildServerSampleLinReg|Linear Regression]] (Graphics, Upload Excel File)
  * [[MildServerSampleMMind|Animal Mastermind]] (A Game for Kids)
 * [[MildServerDebugging|Debugging MildServer Applications]]
 * [[MildServerHTMLInputRef|HTMLInput Namespace Reference]]
 * [[MildServerHTTPRequest|HTTPRequest Contents]]
 * [[MildServerSessions|How Sessions are Implemented]]
 * [[MildServerSecurity|How Security is Handled]]
 * [[MildServerJS|ABout Using !JavaScript to Implement Client-Side Functionality]]

MildServer - A Simple Web Server for APL

Warning: This page is very much work in progress and probably ends quite abruptly. Hope to have the first revision done by Monday Jan 5th... Please write to MortenKromberg if you have questions, comments or suggestions!

The MildServer is an experimental framework for simply developing web applications in APL. The design may well change in the first months of 2009 based on feedback from users.

The main goals of the MildServer project are:

  1. Provide a framework which makes it possible for anyone who can write an APL function to turn it into a web page without having to learn much.
  2. Experiment with the use of APL code in Unicode files to run an "Open Source" project.

Although the APL code is intended to be "open source", Dyalog APL Version 12.0. is required as the engine for the MildServer - if you don't have it you should be able to get a free or cheap version from the Dyalog Download Zone. Dyalog v12 is the only component required to host your own web server.

Except for a "bootstrap" workspace, all the code which implements the framework itself and the web applications built upon it are stored in Unicode text files, and the framework is intended to be easy to extend. The project is maintained using SubVersion: If it takes off as an open source project, the idea is to expose this subversion server to contributors.

Follow links below to read more about:


CategoryWorkInProgress

MiServer (last edited 2013-12-24 12:58:35 by anonymous)