What stack/framework/IDE for HTML5/JS/NODE browser game?

For discussions about game development that does not fit in any of the other topics.
Post Reply
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Verahta »

What is your favorite development environment for multiplayer browser games? I thought AngularJS was what I needed but now I know better. What about http://sailsjs.org/#/

There is so many options out there that its causing me to go in circles.
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Jackolantern »

I work pretty minimal in node. For the most part I just use Express/Socket.io/MongoDB. I don't use a client-side framework for PBBGs because I have not found one that fits well for the kind of work a PBBG client does. That, and almost all of them are designed around web services. Wiring up Socket.io to work through their designated server communication channels is often not a trivial task.
The indelible lord of tl;dr
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Chris »

NetBeans.
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Jackolantern »

Oh, and for IDE I prefer WebStorm. It isn't free, but worth the money.
The indelible lord of tl;dr
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Chris »

WebStorm doesn't do anything NetBeans can't, the only advantage is WebStorm is set up ready to go, NetBeans requires a bit more knowledge to get set up. And NetBeans is free.

Does webstorm run on Java? That's the only thing I don't like about NetBeans, can be slow at times.
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Jackolantern »

I don't believe so, but even if it does, it is much, much more lightweight than NetBeans and Eclipse.

I also found the code completion was better in WebStorm than NetBeans. And of course, it is built for this technology, so you don't have to dig through all of the non-applicable options and features.
The indelible lord of tl;dr
User avatar
Chris
Posts: 1580
Joined: Wed Sep 30, 2009 7:22 pm

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Chris »

I guess that's true, with NetBeans you can develop loads more than just JavaScript, for example sometimes I write Java, PHP, bash, python, you name it, there's a module in NetBeans to help you :D

A collegue used PhpStorm, and it was really well geared up and comes ready to go. But the commercial licence :shock:
Fighting for peace is declaring war on war. If you want peace be peaceful.
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Jackolantern »

I actually wish that JetBrains would roll their IDEs all into a JetBrains Studio. They are all similar enough that they could share a common UI. That is probably my biggest complaint with JetBrains software. I have an icon for PHPStorm, RubyMine, WebStorm, IntelliJ and PyCharm. I own pretty much every IDE they make! That is a lot of icons and programs to keep up with considering that they are all basically the same IDE (IntelliJ) with modifications.
The indelible lord of tl;dr
User avatar
Verahta
Posts: 440
Joined: Wed Aug 24, 2011 1:50 am

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Verahta »

They must do it this way to make more money.
"In order to understand recursion, one must first understand recursion".
User avatar
Jackolantern
Posts: 10891
Joined: Wed Jul 01, 2009 11:00 pm

Re: What stack/framework/IDE for HTML5/JS/NODE browser game?

Post by Jackolantern »

Verahta wrote:They must do it this way to make more money.
They still could. They could still sell them separately, and allow users to either download a stand-alone application or install it as a module into IntelliJ.
The indelible lord of tl;dr
Post Reply

Return to “General Development”