Have a suggestion?
Click here to suggest a blog item.
Newsletters Archive
Catch up with DonationCoder by browsing our past newsletters, which collect the most interesting discussions on our site: here.
Editorial Integrity
DonationCoder does not accept paid promotions. We have a strict policy of not accepting gifts of any kind in exchange for placing content in our blogs or newsletters, or on our forum. The content and recommendations you see on our site reflect our genuine personal interests and nothing more.
July 2, 2024
Server Migrations Coming
- Donationcoder server migration is slowly proceeding, expect some hiccups as we get all our ducks in a row..
July 19, 2022
Software Update
Jan 3, 2022
Event Results
May 13, 2020
Software Updates
Mar 24, 2020
Mini Newsletter
Dec 30, 2019
Software Updates
Jan 22, 2020
Software Updates
Jan 12, 2020
Newsletter
Jan 3, 2020
Event Results
Jan 2, 2020
Software Updates
Dec 30, 2019
Software Updates
- Automatic Screenshotter v1.16
- Screenshot Captor v4.35 beta
- Find and Run Robot v2.238 beta
- Clipboard Help and Spell v2.46.01
- LaunchBar Commander v1.157
- Mousers Media Browser v2.0
- MultiPhoto Quotes v2.09.1
- DiscussionList for Android v1.08
April 27, 2019
Software Updates
Feb 26, 2019
Software Updates
Feb 23, 2019
Software Updates
Feb 14, 2019
Software Updates
Jan 6, 2019
Event Results
Dec 2, 2018
Software Updates
Nov 13, 2018
Software Releases
July 30, 2018
Software Updates
June 24, 2018
Software Updates
June 6, 2018
Software Updates
Apr 2, 2018
Fundraiser Celebration
Apr 2, 2018
Software Updates
Feb 24, 2018
Software Updates
Jan 14, 2018
Major Site News
Jan 10, 2018
Event Results
Check out the new free software and fun stuff released as part of our NANY (New Apps for the New Year) 2018 event on January 1, 2018: here.
Since 2007 we have held an annual event that we call NANY (New Apps for the New Year), where we ask the coders who hang out on DonationCoder to create some new piece of free software and share it with the world on January 1st of the new year. NANY is really the funnest thing we do on this site, and it's one of the few times we can all play together. There are no winners or losers, it's simply a celebration of programming and creating new software and sharing it with the world.
Our daily Blog
This page spotlights the most interesting posts collected from our forum every day.
You are viewing a specific blog item. Click here to return to the main blog page.
My new project -- nodejs multi-user lobby libraryI just wanted to give everyone an update on what I've been working on for the last month and a half -- a new open source project, written in NodeJs (server-based javascript). I've been having a ton of fun learning new stuff. There's a ton left to be done -- another couple of months worth I think. But I wanted to give an update so you guys wouldn't think I've been AWOL A little about the project:
So, what is this project? Well it's essentially a server and library api for coordinating communication (and data storage) from many users, organized by virtual apps and rooms, with functions specialized for data synchronization and simple non-realtime multi-player games. One example use would be as a synchronization back-end, so that you could synchronize the data from one of my mobile apps across all your family devices (without needing to share dropbox logins as is required now when I used dropbox as my synchronization backend). Another, very different example, would be to provide the back-end lobby services and communication support functions for JackBox party style games, where players gather around in front of a tv, each with their own mobile phone device, and play a game together where they input their actions into their phone, and the centralized game asks questions, etc. In the coming month or two I'll be posting more about the project and sharing a github link to the source code. If you are a nodejs person, I'd love to have some assistance on the project. |
||