JavaScript for Line of Business Applications
596.1K views | +0 today
Follow
JavaScript for Line of Business Applications
Keeping track of current JavaScript Frameworks that help design your clientside Business Logic Layers.
Curated by Jan Hesse
Beam to my Inbox:
Your new post is loading...
Your new post is loading...

Popular Tags - Filter using the Funnel

Current selected tags: 'MongoDB', 'nosql'. Clear
Scoop.it!

MongoDB solves problems MySQL didn't solve at the time

Hacker News comments on the article "MongoDB Days" here: http://gaiustech.wordpress.com/2013/04/13/mongodb-days/

 

Last week I attended MongoDB Day London. Now MongoDB itself is a technology that I’m fairly interested in, I can see where it would have its uses. But the problem is the people! They all talk like this:

* Some problem that just doesn’t really exist (or hasn’t existed for a very long time) with relational databases

* MongoDB

* Profit!


So anyway, since it’s free‡, there’s no reason not to evaluate MongoDB, and see if it suits your use cases. But just remember that these kids think they’re solving problems that IBM (et al) solved quite literally before they were born in some cases, and the features are probably already there in your existing database/technology stack (I have used Oracle for my rebuttals just because I am most familiar with it, but I expect the same is true for SQL Server and DB/2 as well). Talk to your friendly local DBA…

No comment yet.
Scoop.it!

Single Page Application with Angular.js, Node.js and MongoDB (MongoJS Module)

Single Page Application with Angular.js, Node.js and MongoDB (MongoJS Module) | JavaScript for Line of Business Applications | Scoop.it

Current post is a proof of concept towards make a web application with Javascript based Web Server.

To make this possible, we have selected -

1> Angular.js for client side development – Single Page Application

2> Cross Domain Communication in between Angular.js and Node.js

3> Node.js for server side development

4> Rest based web service creation with express.js

5> Database – MongoDb

6> Node.js MongoDb Module Extention (mongojs)

We have created a Proof of Concept with Javascript based web server, where we have focused on dealing with NoSql (MongoDB) with javascript based framework Node.js and angular.js on client side.

No comment yet.
Scoop.it!

Web Application with Highchart.js, Node.js, Express.js and MongoDB (Mongo-JS Module)

Web Application with Highchart.js, Node.js, Express.js and MongoDB (Mongo-JS Module) | JavaScript for Line of Business Applications | Scoop.it

This application is another proof of concept towards make a web application for graph generation with Javascript based Web Server.
In this application we have used following tools and technologies -
1> Node.js for server side development
2> Rest based web service creation with express.js
3> Database – MongoDb
4> Node.js MongoDb Module Extention (mongojs)
5> Highchart.js for Graph generation through Asynchronous call (Ajax)
6> Using Cross-Domain policy to access REST service from Node.js to Ajax Call
We have created a Proof of Concept with Javascript based web server, where we have focused on dealing with NoSql (MongoDB) with javascript based framework Node.js.

No comment yet.