topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 2:44 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: My new project -- nodejs multi-user lobby library  (Read 7339 times)

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
My new project -- nodejs multi-user lobby library
« on: June 20, 2019, 07:29 AM »
I 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:
  • First, it's an excuse to learn and experiment with some new stuff (nodejs), and do some more open source collaborative coding.
  • Second, it will hopefully give me an opportunity to dip my toe into multi-player simple games, the kind my friends and I like to play locally.
  • Third, I think I should be able to use the system to provide a better kind of multi-device synchronization of data for some of my (mobile) apps and future projects.

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.  :up:
« Last Edit: June 21, 2019, 04:19 AM by mouser »

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: My new project -- nodejs multi-user lobby library
« Reply #1 on: November 04, 2019, 12:57 AM »
Just an update that I've been working on this project off and on for last 6 months, still lots more to do.
But you can browse some of the code here if you are curious: https://github.com/dcmouser/approom

It's definitely nowhere near usable yet, so I don't remember you trying to make it run.. but if you are comfortable in nodejs, feel free to message me if you are interested in helping me with coding.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: My new project -- nodejs multi-user lobby library
« Reply #2 on: April 20, 2020, 06:04 PM »
Back to working on it..
Any nodejs geniuses want to join me?