You're viewing old version number 3. - 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.
[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
From JR's : articles
250 words - 1460 chars
- 1 min read
created on
updated on
- #
source
- versions
Related articles
Probably my favorite Web apps to use and create - Jan 15, 2014
Loop through a Perl array - Oct 02, 2013
Perl Critic and Diag - Oct 09, 2013
Perl links to read - Jul 09, 2013
Installing a Perl Module - Jan 13, 2015
more >>