You're viewing old version number 4. - Current version
Probably my favorite Web apps to use and create
- blog
- microblog
- message board
- wiki
- messaging
My Junco code (2013) powers JotHut.com. Junco uses a good bit of code from Parula (2005) that powers the current version of message board site ToledoTalk.com. Parula contains wiki features that found in Junco with slight changes.
Going forward, I can create derivatives from the Junco code, such as stripped-down, stand-alone blog, microblog, and wiki apps. Why? Maybe for the heck of it. I don't know.
Junco is basic, Perl CGI code that uses a database. Simple. Maybe I would like to try using Dancer/Plack with my Junco code.
Maybe I would have a need for a simpler blog or microblog tool without all of the other functions found in Junco.
Of course, the derivatives would have their own features added. And maybe some code changes would get added back to Junco.
Maybe it's simply fun hobby coding. Hacking. Something to do when time permits.
I would like to use Junco code to create a simple, Web-based messaging app that functions like a microblog tool except that it's private, and it only works when a post is directed at one or more users.
I would create or prototype this app with the Perl Junco code, and then re-create it in NodeJS to learn that programming environment.
Update: related to the above two paragraphs, the Web app was mostly completed in December 2013. the code is called Kinglet, and it powers Soupmode.com.
Related post App idea to learn new code.
#perl - #programming - #junco - #kinglet
From JR's : articles
253 words - 1477 chars
- 1 min read
created on
updated on
- #
source
- versions
Related articles
Probably my favorite Web apps to use and create - Jan 15, 2014
Testing module to keep in mind - November 2002 - Jul 18, 2014
Perl regex extracting domain name from URL - Oct 02, 2013
Perl Programming Environments - May 06, 2013
Perl programming tools to test - Nov 14, 2014
more >>