Skip to content

Proof of concept of a self-contained macOS Electron app containing a Common Lisp server

Notifications You must be signed in to change notification settings

manuel/electron-lisp-test

Repository files navigation

About

This is a very simple proof of concept of a standalone Electron app for macOS that includes a nested Common Lisp process running a WebSockets server.

Prerequisites

Node

  • Node 8.9.4 LTS is required.

LispWorks

  • LispWorks 7.1.0 + latest patches

  • Quicklisp is required.

One-time install (for all platforms)

npm install electron-packager browserify -g
npm i
cd webapp
npm i
npm run-script webapp
cd ..

Build macOS application

./build-macos.sh

Build Linux application

./build-linux.sh

Build Windows application

build.bat

About

Proof of concept of a self-contained macOS Electron app containing a Common Lisp server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published