Size: 2737
Comment:
|
Size: 266
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= MildServer - A Simple Web Server for APL = | = MiServer - A Simple Web Server for APL = |
Line 3: | Line 3: |
<<Navigation(children,1)>> <<BR>><<BR>> {{{#!wiki important /!\ '''Warning''' '''This page (and all it's subpages) is very much work in progress and probably ends quite abruptly. Please write to <<MailTo(mkrom AT dyalog WEHATESPAM DOT com)>> (MortenKromberg) if you have questions, comments or suggestions!''' <<BR>><<BR>> }}} The '''''!MildServer''''' is an experimental framework for simply developing web applications in APL. The design may well change significantly in the first months of 2009 based on feedback from users. The main goals of the MildServer project are: 1. Make 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 [[http://www.dyalog.com/download-zone.htm|Download Zone]]. Dyalog v12 is the only component required to host your own web server. Except for a "bootstrap" workspace which contains standard Dyalog components, 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 designed to be open and easy to extend. The project is maintained using a [[http://subversion.tigris.org/|SubVersion]] Repository which will hopefully become accessible to the public in early 2009. Follow links below to read more about: * [[MildServer/Intro|Introduction to MildServer]] - What '''is''' a ''Web Server'' * [[MIldServer/Parameters|Parameters in Dynamic MildServer Pages]] * [[MildServer/GettingStarted|Getting Started]] - Download and Install the MildServer * [[MildServer/Debugging|Debugging MildServer Applications]] - First Steps * MildServer Samples * [[MildServer/Samples/Index|index.dyalog]] - An Almost Static Page * [[MildServer/Samples/Reverse|Reverse Text]] - Simple Interactive Example * [[MildServer/Samples/LinReg|Linear Regression]] - Graphics, Upload Excel File * [[MildServer/Samples/MMind|Animal Mastermind]] A Game for Kids * [[MildServer/HTMLInputRef|HTMLInput Namespace Reference]] * [[MildServer/HTTPRequest|HTTPRequest Contents]] * [[MildServer/Sessions|How Sessions are Implemented]] * [[MildServer/Authentication|How User Authentication and Access Controls are Handled]] * [[MildServer/JavaScript|About Using JavaScript to Implement Client-Side Functionality]] * [[MildServer/ExtendingMildServer|Extending the MildServer base class]] |
'''Note:''' !MiServer (originally named MildServer) is not available from the APL Wiki anymore. Please visit the [[http://tools.dyalog.com/library/downloads/MiServer.zip | MiServer download page]] at Dyalog's web site. |
MiServer - A Simple Web Server for APL
Note: MiServer (originally named MildServer) is not available from the APL Wiki anymore. Please visit the MiServer download page at Dyalog's web site.