Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Private Little Idea C# Flash/Shockwave Client

Junior Spellweaver
Joined
May 21, 2011
Messages
154
Reaction score
47
Just a question, why PHP over Node.js? The CORS 'problem' can easily be solved in Node.js.
 
Experienced Elementalist
Joined
Nov 11, 2015
Messages
238
Reaction score
89
I'm not sure about this, I don't think users would download a client so easily.
In stead you could make a Retro Hub, which allows you to enter clients for any hotel, so users won't have to download malwared clients over and over again.
 
git bisect -m
Loyal Member
Joined
Sep 2, 2011
Messages
2,171
Reaction score
916
I'm not sure about this, I don't think users would download a client so easily.
In stead you could make a Retro Hub, which allows you to enter clients for any hotel, so users won't have to download malwared clients over and over again.

But that's not the intention of this.

On topic: I created a Development Thread. Waiting for Approval.



This is the preview of the Page that appears when Enter on the client.php
ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums


(It's under construction yet)

ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums

How it works...

ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums


Requesting User Data with invalid token

ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums

Little Database scenario.

ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums

Valid Token

Check Source Code at:



I added an Update System, that communicate with GitHub.

Check it:
(Also shows in jSON or HTML)

ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums

ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums




Started coding this:
ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums


Now i will code other API features.



Something more: (Added new API features)
ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums




Started to make a logging system:
ovflowd - Little Idea C# Flash/Shockwave Client - RaGEZONE Forums
 
Retired
Loyal Member
Joined
May 5, 2007
Messages
497
Reaction score
665
It's not even hard. If you know how to write Javascript Node.js won't be so hard for you.

Node itself is fairly simple. However, the biggest problem with Node is NPM. Although it sounds like a good idea and many devs would quickly be able to get something running in a few weeks (or months), the poop will not be able to compile after half a year since some Special person screwed up a dependency which makes it incompatible on the targeted node version. Otherwise, tons of users (hotel owners) will not be able to set up the project as npm does not deal with environmental requirements, such as Java, Python, C++ compilers, etc. Good luck setting up a 3 year old CMS. It is not going to work.

Make some cross platform version, I wouldn't use .NET for this. But what about Xamarin? I heard some rumors some dev on Yupi managed to pull in Xamarin into the server somehow.
 
Back
Top