ketys Posted March 27, 2015 Share Posted March 27, 2015 Hello! I've got a dilemma, what should I use. I am creating an application with user logging, email notifications, admin section, game etc., so there will be a lot of different views. Game will be without animations, just simple browser clickable strategy with pop-up dialogs, world map, user inputs, placing building (something like travian, goodgame empire, ...).Because of an app complexity, I have found mean.js stack usefull, but then I found out that AngularJS doesn't work well with canvas I know, that I will use node.js, mongoDB and socket.io, but what else? Quote Link to comment Share on other sites More sharing options...
sanojian Posted March 27, 2015 Share Posted March 27, 2015 You could try backbone.js It uses views but gives you more control over what is happening than Angular Quote Link to comment Share on other sites More sharing options...
ketys Posted March 27, 2015 Author Share Posted March 27, 2015 But is it possible in backbone.js to draw whole app in canvas and run a callback when you click on something? Quote Link to comment Share on other sites More sharing options...
sanojian Posted March 28, 2015 Share Posted March 28, 2015 Yes it is possible. You can use a plugin to achieve this that uses KineticJS under the hood: https://github.com/slash-system/backbone.konvaview Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.