Skip to content

asdr/easyweb

Repository files navigation

* To easy start:

; SLIME 2010-12-10
CL-USER> (ql:quickload :easyweb)
To load "easyweb":
  
  Load 1 ASDF system:
  
    easyweb
  
; Loading "easyweb"
..................................................
[package html-template]...........................
[package alexandria.0.dev]........................
[package bordeaux-threads]........................
[package usocket].................................
[package trivial-backtrace].......................
[package rfc2388].................................
[package md5].....................................
[package trivial-gray-streams]....................
[package flexi-streams]...........................
..................................................
..................................................
[package babel-encodings].........................
[package babel]...................................
..................................................
[package cffi-sys]................................
[package cffi]....................................
[package cffi-features]...........................
[package cl+ssl]..................................
[package cl-ppcre]................................
..................................................
[package cl-fad]..................................
[package cl-fad-test].............................
[package cl-base64]...............................
[package chunga]..................................
[package url-rewrite].............................
[package hunchentoot].............................
[package swank-loader]............................
[package dsgner]..................................
[package easyweb].................................
[package easyweb.settings]........................
[package easyweb.html]..                          
(:EASYWEB)

CL-USER> (easyweb:make-application "~userX/test0")
NIL

CL-USER> (ql:quickload "test0")
CL-USER> ..

CL-USER> (easyweb:application-start "test0")
Application started: "test0"
NIL


** Now see http://localhost:8000/test0/ from your browser.

About

Web Application Container for Common Lisp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages