Hi newLISPers!
Today my first bootstrapped website project launched. DESBUY http://www.desbuy.com. It's a platform for finding local design furniture. Currently is backed by eBay, local dealers coming soon.
It's entirely based on newLISP Code and runs on Amazon EC2 (micro instance). Geolocation is done by passing (env "REMOTE_ADDR") to a webservice.
Dynamic translation is provided by a list and lookup - no database required there ;-)
More newLISP projects are on the way.
Cheers
Hilti
DESBUY.com - my newLISP bootstrapped project
DESBUY.com - my newLISP bootstrapped project
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de
http://dragonfly.apptruck.de
-
- Posts: 2038
- Joined: Tue Nov 29, 2005 8:28 pm
- Location: latiitude 50N longitude 3W
- Contact:
Re: DESBUY.com - my newLISP bootstrapped project
Nice one. Did you go with Dragonfly or a newer framework...?
Re: DESBUY.com - my newLISP bootstrapped project
Thanks cormullion! Hopefully my site is usefully for You.
A new web framework should at least include more functions as Dragonfly (like form-error handling, named routes, advanced ajax stuff), but that requires a lot of work.
Dragonfly and some custom developed modules. I used it again, because developing is straightforward and I want a minimum viable product after a hacking session at the weekend.Did you go with Dragonfly or a newer framework...?
A new web framework should at least include more functions as Dragonfly (like form-error handling, named routes, advanced ajax stuff), but that requires a lot of work.
--()o Dragonfly web framework for newLISP
http://dragonfly.apptruck.de
http://dragonfly.apptruck.de
Re: DESBUY.com - my newLISP bootstrapped project
ERR: array, list or string expected : nil
called from user defined function Dragonfly:eval-template
called from user defined function Dragonfly:eval-template
Welcome to a newlisper home:)
http://www.cngrayhat.org
http://www.cngrayhat.org