What backend are you using?

10,065 views
Skip to first unread message

ganaraj p r

unread,
Jun 6, 2012, 8:15:38 AM6/6/12
to ang...@googlegroups.com
What backends are you guys using with your angular apps?

It would be great if we could have a list of backends being used with angular!..

Is there anyone using a radically new backend? Something like Firebase / Meteor ( I know it isnt purely a backend! ) / Spire.io ?

Has anyone created a node-angular boilerplate ( possibly with mongo or any of the above mentioned ones ) ? 

If there is none so far, are there any node-guru's who would like to take this up? :P 



--
Regards,
Ganaraj P R

Raúl Arabaolaza

unread,
Jun 6, 2012, 8:25:21 AM6/6/12
to ang...@googlegroups.com
Hi,

I´m afraid I´m using java ;p, honestly it feels great to get rid of the JSP, JSF, mess and use HTML, also my MVC is implemented by using Jersey to return JSON  so most of the boilerplate I´m used to in java web development is gone.

Regards   
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/angular?hl=en.

Michael "Kato" Wulf

unread,
Jun 6, 2012, 11:22:49 AM6/6/12
to ang...@googlegroups.com
Node here, with plans to move static content (images and the like) to a CDN or nginx if optimization becomes a priority.

On Wed, Jun 6, 2012 at 8:18 AM, Doug Ellison <doug.e...@gmail.com> wrote:
I'm using Spring MVC.  The focus has been to use spring for all the routing / internationalization and Angular for all view manipulation and using services to interact with REST urls.
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/9AGt2Hz6mOIJ.

To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/angular?hl=en.



--
Michael Wulf


ganaraj p r

unread,
Jun 6, 2012, 4:00:49 PM6/6/12
to ang...@googlegroups.com
I am using straight html for now..

But eventually it will be integrated with c# and mongodb...

On Wed, Jun 6, 2012 at 8:44 PM, Lukas Ruebbelke <sim...@gmail.com> wrote:
django and turtles all the way down
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/JS_zVM6xYucJ.

To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/angular?hl=en.

Glen Maddern

unread,
Jun 6, 2012, 7:51:27 PM6/6/12
to ang...@googlegroups.com
Rails + postgres here.

On 7 June 2012 06:08, Andy Joslin <andyt...@gmail.com> wrote:
Straight HTML usually, sometimes with Parse and once with Java.

--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/XJacE8P7EfMJ.

Mark Mandel

unread,
Jun 6, 2012, 7:52:43 PM6/6/12
to ang...@googlegroups.com
ColdFusion + ColdSpring / ColdBox.

Mark

Dinesh Copoosamy

unread,
Jun 7, 2012, 1:27:01 AM6/7/12
to AngularJS
Drupal with Rest Server enabled.

simple example code here - https://github.com/dineshcooper/ng-drupal

Regards,
Dinesh Copoosamy

steven...@gmail.com

unread,
Jun 7, 2012, 5:37:21 AM6/7/12
to ang...@googlegroups.com
Cuba.rb (Ruby microframework) with Ohm Redis store

Currently playing with node/express/mongoose as an alternative, thanks to this excellent sample app: https://github.com/ProLoser/Learnode.js

Nolan Dubeau

unread,
Jun 7, 2012, 7:43:06 AM6/7/12
to ang...@googlegroups.com, ang...@googlegroups.com
ColdFusion + Coldbox + REST API

Nolan Dubeau

Sent from my Commodore-64
Load *.*,8,1

On Jun 7, 2012, at 6:41 AM, David Marko <dmar...@gmail.com> wrote:

IBM Domino server ....

David

Dne středa, 6. června 2012 14:15:38 UTC+2 ganaraj p r napsal(a):

--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To view this discussion on the web visit https://groups.google.com/d/msg/angular/-/NUDejaEWCFwJ.

Samuel Morello

unread,
Jun 7, 2012, 8:02:39 AM6/7/12
to ang...@googlegroups.com
Node + Expressjs + 4store

Matthias Andrasch

unread,
Jun 7, 2012, 12:19:09 PM6/7/12
to ang...@googlegroups.com

Marc Chung

unread,
Jun 7, 2012, 3:29:28 PM6/7/12
to ang...@googlegroups.com
I've been using AngularJS with Rails as well as Sinatra.
> --
> You received this message because you are subscribed to the Google Groups
> "AngularJS" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/angular/-/2aRwGvuDgccJ.

kajma...@gmail.com

unread,
Jun 9, 2012, 4:49:14 PM6/9/12
to ang...@googlegroups.com
I also use Scala & Play Framework 2.0
( + Coffeescript and AngularJs = very very nice :-)   )


On Wednesday, June 6, 2012 8:35:42 PM UTC+2, evaneus wrote:
Scala & Play 2.0 Framework

Neutrino

unread,
Jun 9, 2012, 5:57:34 PM6/9/12
to AngularJS
The backend is an almost stateless Node.js/Express app in front of
Podio REST API. Realtime functionality implemented in Now.js on top of
socket.io.

Moved from Backbone/Thorax to Angular a couple of weeks ago and have
no regrets. Had to rewrite all the front end code and many server side
components.

007design

unread,
Jun 10, 2012, 7:20:29 PM6/10/12
to AngularJS
i use the java stripes framework which makes url rewriting and binding
to beans super easy.

andrew mcelroy

unread,
Jun 10, 2012, 7:48:09 PM6/10/12
to ang...@googlegroups.com
On Wed, Jun 6, 2012 at 6:51 PM, Glen Maddern <glenm...@gmail.com> wrote:
> Rails + postgres here.
+1

Jehu

unread,
Jun 11, 2012, 3:17:54 AM6/11/12
to AngularJS
I've used a few backends for some projects
- Drupal7 with REST Server module (http://drupal.org/project/
rest_server)
- node.js + expressjs + mongodb/mongoose
- symfony2 with manually written REST controllers

Carsten Senger

unread,
Jun 11, 2012, 3:41:19 AM6/11/12
to ang...@googlegroups.com
Pylons and Pyramid (both Python frameworks).
> --
> You received this message because you are subscribed to the Google
> Groups "AngularJS" group.
> To post to this group, send email to ang...@googlegroups.com.
> To unsubscribe from this group, send email to
> angular+u...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/angular?hl=en.

--
Carsten Senger - Schumannstr. 38 - 65193 Wiesbaden
sen...@rehfisch.de - (0611) 5324176
PGP: gpg --recv-keys --keyserver hkp://subkeys.pgp.net 0xE374C75A

signature.asc

Eric Jain

unread,
Jun 11, 2012, 6:39:53 PM6/11/12
to AngularJS
On Jun 9, 1:49 pm, kajmagnu...@gmail.com wrote:
> I also use Scala & Play Framework 2.0
> ( + Coffeescript and AngularJs = very very nice :-)   )

I use Play 2.0 as well (Java), but would ditch it if I found a
framework with an asset pipeline that works properly.

Gianni

unread,
Jun 12, 2012, 1:22:54 AM6/12/12
to ang...@googlegroups.com
i just started to learn anguraljs and this is my first exercise https://github.com/presveva/Angular-gae 
-- Gianni

Witold Szczerba

unread,
Jun 12, 2012, 8:00:08 AM6/12/12
to ang...@googlegroups.com
Once upon a time, it was a Java EE Web Profile (JAX-RS) on Glassfish
(quite OK), now I am suffering with Spring MVC, heh.
In both cases server is talking with Angular app using nothing but JSON.

Regards,
Witold Szczerba

On 12 June 2012 13:45, Krzysztof Danielewicz
<krzysztof....@gmail.com> wrote:
> backend html server: asp.net mvc,
> RESTful webservices: asp.net web api,
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "AngularJS" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/angular/-/OLpZbnbkybwJ.

JuanjOr

unread,
Jul 17, 2013, 7:26:50 AM7/17/13
to ang...@googlegroups.com
Hi Peter! I must create a web application with this characteristics:
Database: Oracle 8,
.NET Framework: 2.0,
C# (.aspx)
and AngularJS for the client side

The problem I have is that I don't know how to read, update or create data directly in the Oracle database. How would you do it?
Do I have to create a Web Service to do that? What are the possibilities?? Could you help me?

Thanks in advance!
JuanjOr


El jueves, 7 de junio de 2012 23:18:13 UTC+2, Peter Smith escribió:
Hey there.

Oracle database(s) via Dapper-Dot-Net with self code-genned classes and stored procedures through json.net injected into aspx files and taken from global scope into AngularJs $scope then $http to round trip back to database via AngularJs froms (I always make that typo and things just fail silently!)

Dates are the main headache right now!  

Thinking of trying Entity Framework to do the heavy class mappings and using WCF Data Serivces/Web API to serve up OData for consumption on the client side. (With Dapper-Dot-Net to do the time critical stuff)

OData looks pretty cool though!

The provisional secret plan to rule the world is this: Expose all databases through OData via OAuth and consume via web apps written in AngularJs. 

Regards,

Peter

Dave Gruska

unread,
Jul 17, 2013, 8:50:12 AM7/17/13
to ang...@googlegroups.com
ASP.NET Web API
ColdFusion

Dave
Message has been deleted

Mauro Servienti

unread,
Jul 17, 2013, 9:03:00 AM7/17/13
to ang...@googlegroups.com

Asp.Net WebAPI

IIS (Azure Cloud Services)

RavenDB

 

.m

--

You received this message because you are subscribed to the Google Groups "AngularJS" group.

To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.


To post to this group, send email to

Dave Merrill

unread,
Jul 17, 2013, 10:11:00 AM7/17/13
to ang...@googlegroups.com
Pure HTML in my local experiments,including a real HTML-only app. Considering Angular for parts of a large ColdFusion/Railo app that's all custom code, no outside framework.

Dave Merrill


On Wednesday, June 6, 2012 8:15:38 AM UTC-4, ganaraj p r wrote:

dev mondo

unread,
Jul 17, 2013, 1:47:39 PM7/17/13
to ang...@googlegroups.com
backend html server: asp.net mvc, 
RESTful webservices: asp.net web api,
RavenDB for Database

johntom

unread,
Jul 17, 2013, 3:15:14 PM7/17/13
to ang...@googlegroups.com
Node + Expressjs + SocketIO + Passport +  FirebirdSQL. Started a blog and will add further explanations.

dav.h...@gmail.com

unread,
Jul 17, 2013, 5:00:41 PM7/17/13
to ang...@googlegroups.com
NodeJS, ExpressJS and Mongoose.

Begining to use HBase and Thrift.

James Hans

unread,
Jul 17, 2013, 7:12:59 PM7/17/13
to ang...@googlegroups.com
Perl.


On Wednesday, June 6, 2012 8:15:38 AM UTC-4, ganaraj p r wrote:

AJ Mercer

unread,
Jul 17, 2013, 8:18:57 PM7/17/13
to ang...@googlegroups.com
Railo (CFML) ReST services and web sockets extension.



On 6 June 2012 20:15, ganaraj p r <gana...@gmail.com> wrote:
What backends are you guys using with your angular apps?

It would be great if we could have a list of backends being used with angular!..

Is there anyone using a radically new backend? Something like Firebase / Meteor ( I know it isnt purely a backend! ) / Spire.io ?

Has anyone created a node-angular boilerplate ( possibly with mongo or any of the above mentioned ones ) ? 

If there is none so far, are there any node-guru's who would like to take this up? :P 



--
Regards,
Ganaraj P R

--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To post to this group, send email to ang...@googlegroups.com.
To unsubscribe from this group, send email to angular+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/angular?hl=en.

Rafael Nami

unread,
Jul 17, 2013, 8:43:54 PM7/17/13
to ang...@googlegroups.com
REST over lots of kinds of backend lately (Java/SpringMVC/HATEOAS, grails, clojure, Node, Django). Giving a try to Firebase.
But for Angular dev, just plain HTML and services connecting a pure mongo server with connect and mock data.

Cheers


2013/7/18 AJ Mercer <ajme...@gmail.com>
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.

Wladimir Coka

unread,
Jul 17, 2013, 8:46:46 PM7/17/13
to ang...@googlegroups.com
Laravel 4 (Php)

Marius Soutier

unread,
Jul 18, 2013, 1:27:17 AM7/18/13
to ang...@googlegroups.com
Playframework[1] + Scala.

Works extremely well, CoffeeScript errors in the browser and the like.

- Marius

[1] www.playframework.org

David Nelson

unread,
Jul 18, 2013, 1:31:35 AM7/18/13
to ang...@googlegroups.com
java / mysql, java / dynamodb, java / thrift, java / s3, s3 static website hosting, cloudfront.

Ian Ross

unread,
Jul 18, 2013, 4:43:59 AM7/18/13
to ang...@googlegroups.com
For www.bayeshive.com, we're using Haskell with the Yesod framework, a Postgres database, and some custom Template Haskell metaprogramming code to build a ui-router state dispatcher at compile time from a hierarchical tree of state partial and controller templates (which means you don't need to maintain the state provider configuration yourself).


On 18 July 2013 07:31, David Nelson <david.jona...@gmail.com> wrote:
java / mysql, java / dynamodb, java / thrift, java / s3, s3 static website hosting, cloudfront.
--
You received this message because you are subscribed to the Google Groups "AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to angular+u...@googlegroups.com.
To post to this group, send email to ang...@googlegroups.com.
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.


Larry Clapp

unread,
Jul 18, 2013, 7:32:53 AM7/18/13
to ang...@googlegroups.com
RESTful Go (#golang) on Google App Engine.


On Wednesday, June 6, 2012 8:15:38 AM UTC-4, ganaraj p r wrote:

Marcus

unread,
Jul 18, 2013, 9:58:16 AM7/18/13
to ang...@googlegroups.com
Using MySQL with SLIM and PHP.

With Angular we created a SLIM_REST_http.js based on mongolab_http.js

--

Also tried CherryPY with SQLite -- a piece of cake to send JSON over REST.  We're developing security doors with Rapberry-PI computers that can all talk to a central MySQL via SLIM and PHP. 

CherryPY allows us access to data stored on the R-PI, with real-time monitoring of stats, all via AngularJS web pages.  Not bad for a $ 35 computer :-)

Marcus

Alec Whittington

unread,
Jul 18, 2013, 10:03:44 AM7/18/13
to ang...@googlegroups.com
I'm using Angular in 4 projects two of them are using:
  • ASP.NET MVC
  • AngularJs - In spots within the app, not the whole app
  • nHibernate
  • ServiceStack - serves up ALL JSON
One is using the same as above, but Entity Framework 5 instead of nHibernate for the ORM.
The last one uses
  • ASP.NET MVC + AngularJs in a SPA
  • ServiceStack to serve all JSON
  • ServiceStack.ORMLite as the ORM

To the guys using WCF and Web API - quit beating yourselves over the head and use ServiceStack. It is much easier to use for REST and is meant to be RESTful. For those using ASP.NET MVC - let ServiceStack be your JSON base API. While it's easy for controllers to be used to serve up JSON, it really is not what they are meant for.

Why do I use ASP.NET MVC as the base for all of it? Because I'm a .NET developer and am comfortable with it. It also allows me to use it as a base for a web app that can serve up a JSON API alongside a regular ASP.NET MVC web app and still have the ability to inject NG into the parts that need it, letting MVC take care of the rest.
Message has been deleted

Dennis Janssen

unread,
Jul 18, 2013, 3:15:06 PM7/18/13
to ang...@googlegroups.com
Golang on Google Appengine.

Tim Brown

unread,
Sep 6, 2013, 11:43:20 AM9/6/13
to ang...@googlegroups.com
CFML + ColdBox


On Wednesday, June 6, 2012 6:15:38 AM UTC-6, ganaraj P R wrote:
What backends are you guys using with your angular apps?

It would be great if we could have a list of backends being used with angular!..

Is there anyone using a radically new backend? Something like Firebase / Meteor ( I know it isnt purely a backend! ) / Spire.io ?

Has anyone created a node-angular boilerplate ( possibly with mongo or any of the above mentioned ones ) ? 

If there is none so far, are there any node-guru's who would like to take this up? :P 

Tanguy Krotoff

unread,
Oct 16, 2013, 7:02:30 PM10/16/13
to ang...@googlegroups.com
Rails 3

Andrew Gaydenko

unread,
Oct 16, 2013, 8:47:22 PM10/16/13
to ang...@googlegroups.com
Play framework 2.2.0 (Scala)

James Brewer

unread,
Oct 16, 2013, 10:47:04 PM10/16/13
to ang...@googlegroups.com
I've used both Django and Node.js. I'd like to talk my coworkers into moving a significant amount of our code to Angular, but we will see if that happens. ;)

Rafał Janicki

unread,
Oct 17, 2013, 3:05:32 AM10/17/13
to ang...@googlegroups.com
1. In my private projects mostly Node.js+Express.js

2. In my work:
- one project (internal corporate application) has Node.js with Express.js and MongoDB (Mongoose)

- another projects (corporate's clients) have JEE backends (I can't provide more details about architecture ;). Whole communication based on REST calls, AngularJS only generates web content in browser (typically no business logic in controllers, only simple client-side form pre-validation and some user experience improvements). 

Greetings,
 Rafal

krispo

unread,
Oct 17, 2013, 1:17:09 PM10/17/13
to ang...@googlegroups.com
Play framework 2.1 (scala)

Kumar R

unread,
Oct 17, 2013, 1:23:39 PM10/17/13
to ang...@googlegroups.com
I' ve used node.js

Alexander Karelas

unread,
Oct 17, 2013, 1:26:54 PM10/17/13
to ang...@googlegroups.com
Perl (framework: Mojolicious)
--

Jack Chi

unread,
Oct 21, 2013, 4:00:37 AM10/21/13
to ang...@googlegroups.com, kajma...@gmail.com
Hi Kajma -

I'm trying to use Scala / Java on PlayFramework 2.2, do u have any sample code for me to see how you tie AngularJS in with the Play internal routing? 

I think I have the RequreJS namespace figured out. 

Thanks,
Jack

On Saturday, June 9, 2012 1:49:14 PM UTC-7, kajma...@gmail.com wrote:
I also use Scala & Play Framework 2.0
( + Coffeescript and AngularJs = very very nice :-)   )


On Wednesday, June 6, 2012 8:35:42 PM UTC+2, evaneus wrote:
Scala & Play 2.0 Framework

krispo

unread,
Oct 21, 2013, 6:34:02 AM10/21/13
to ang...@googlegroups.com, kajma...@gmail.com
Hi Jack,

The basic example providing by typesafe: https://github.com/typesafehub/angular-seed-play
I am also collecting any simple examples of using play with angular (the discription of the project will be soon): https://github.com/krispo/play-angular-demos

May be it would help you ;)
Konstantin

neil chen

unread,
Oct 23, 2013, 2:01:45 AM10/23/13
to ang...@googlegroups.com
Django & flask Or Node.js

在 2012年6月6日星期三UTC-8上午4时15分38秒,ganaraj P R写道:
Reply all
Reply to author
Forward
0 new messages