Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Other Discussions
  3. The Insider News
  4. MEAN vs. LAMP for the future of programming

MEAN vs. LAMP for the future of programming

Scheduled Pinned Locked Moved The Insider News
javascripthtmllampmongodbvisual-studio
26 Posts 9 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Sander RosselS Sander Rossel

    It doesn't stop at MEAN though! I've come across ANNE (Angular, Node.js, Neo4J, Express), BEANS (Bootstrap, Express, Angular, Node.js, Socket.io) and EARN (Express, Angular, Redis, Node.js) too! Can't wait to see what they come up with next :D

    Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

    Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

    Regards, Sander

    S Offline
    S Offline
    szukuro
    wrote on last edited by
    #14

    Bootstrap, Angular, Cassandra, OrientJS, Node.js. Yumm!

    Sander RosselS 1 Reply Last reply
    0
    • S szukuro

      Bootstrap, Angular, Cassandra, OrientJS, Node.js. Yumm!

      Sander RosselS Offline
      Sander RosselS Offline
      Sander Rossel
      wrote on last edited by
      #15

      Using the Orient driver with a Cassandra database? That doesn't even make any sense! :laugh:

      Visit my blog at Sander's bits - Writing the code you need. Or read my articles at my CodeProject profile.

      Simplicity is prerequisite for reliability. — Edsger W. Dijkstra

      Regards, Sander

      1 Reply Last reply
      0
      • M Marc Clifton

        Sander Rossel wrote:

        Oh, but you should![^]

        Nah. NoSQL - refuse to touch it. Express - have no idea what it even is. Angular - might look at it once Google finishes rewriting it. Node.js - refuse to touch it. It's Javascript Marc

        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

        V Offline
        V Offline
        Vark111
        wrote on last edited by
        #16

        Marc Clifton wrote:

        Angular - might look at it once Google finishes rewriting it. Node.js - refuse to touch it. It's Javascript

        :confused:

        M 1 Reply Last reply
        0
        • M Marc Clifton

          Sander Rossel wrote:

          Oh, but you should![^]

          Nah. NoSQL - refuse to touch it. Express - have no idea what it even is. Angular - might look at it once Google finishes rewriting it. Node.js - refuse to touch it. It's Javascript Marc

          Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #17

          Node with Typescript is a huge amount of fun.

          M 1 Reply Last reply
          0
          • P Pete OHanlon

            Node with Typescript is a huge amount of fun.

            M Offline
            M Offline
            Marc Clifton
            wrote on last edited by
            #18

            Pete O'Hanlon wrote:

            Node with Typescript is a huge amount of fun.

            Well now, there's an idea. I just don't see writing something like a web server in a scripted language though. Sure, for a test jig, great, but do people really use Node for production servers? Marc

            Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

            P 1 Reply Last reply
            0
            • V Vark111

              Marc Clifton wrote:

              Angular - might look at it once Google finishes rewriting it. Node.js - refuse to touch it. It's Javascript

              :confused:

              M Offline
              M Offline
              Marc Clifton
              wrote on last edited by
              #19

              Vark111 wrote:

              :confused:

              I am a very biased person when it comes to technology. :) Marc

              Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

              V 1 Reply Last reply
              0
              • M Marc Clifton

                Pete O'Hanlon wrote:

                Node with Typescript is a huge amount of fun.

                Well now, there's an idea. I just don't see writing something like a web server in a scripted language though. Sure, for a test jig, great, but do people really use Node for production servers? Marc

                Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                P Offline
                P Offline
                Pete OHanlon
                wrote on last edited by
                #20

                Err, yes. I've got a fairly large scale app running on Node with the business logic all written in TypeScript. It's less processor intensive than running it on an IIS rig so that was a big incentive for me.

                M 1 Reply Last reply
                0
                • P Pete OHanlon

                  Err, yes. I've got a fairly large scale app running on Node with the business logic all written in TypeScript. It's less processor intensive than running it on an IIS rig so that was a big incentive for me.

                  M Offline
                  M Offline
                  Marc Clifton
                  wrote on last edited by
                  #21

                  Interesting! Gah, I try to avoid IIS. I ended up writing my own web server that could sit under IIS, but there's no need to. Marc

                  Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                  P 1 Reply Last reply
                  0
                  • M Marc Clifton

                    Interesting! Gah, I try to avoid IIS. I ended up writing my own web server that could sit under IIS, but there's no need to. Marc

                    Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                    P Offline
                    P Offline
                    Pete OHanlon
                    wrote on last edited by
                    #22

                    I managed to reduce running costs to about 45% of the IIS costs, keeping a similar throughput. This is purely down to the fact we can run on a lower spec server running Linux.

                    M 1 Reply Last reply
                    0
                    • P Pete OHanlon

                      I managed to reduce running costs to about 45% of the IIS costs, keeping a similar throughput. This is purely down to the fact we can run on a lower spec server running Linux.

                      M Offline
                      M Offline
                      Marc Clifton
                      wrote on last edited by
                      #23

                      Pete O'Hanlon wrote:

                      his is purely down to the fact we can run on a lower spec server running Linux.

                      That is still the #1 reason I can see for *nix development -- the VM costs seem considerably lower than running a Windows VM. Marc

                      Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                      1 Reply Last reply
                      0
                      • M Marc Clifton

                        Vark111 wrote:

                        :confused:

                        I am a very biased person when it comes to technology. :) Marc

                        Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                        V Offline
                        V Offline
                        Vark111
                        wrote on last edited by
                        #24

                        I was just confused about the fact that you seem open to working with Angular (a Javascript-based framework) at some point, but you reject node.js because it's Javascript. Is it javscript on the server that bothers you, and you're fine with it on the client?

                        M 1 Reply Last reply
                        0
                        • V Vark111

                          I was just confused about the fact that you seem open to working with Angular (a Javascript-based framework) at some point, but you reject node.js because it's Javascript. Is it javscript on the server that bothers you, and you're fine with it on the client?

                          M Offline
                          M Offline
                          Marc Clifton
                          wrote on last edited by
                          #25

                          Vark111 wrote:

                          Is it javscript on the server that bothers you, and you're fine with it on the client?

                          Yes. Javascript on the client is a necessary evil I can't do anything about except perhaps use Dart or TypeScript. Marc

                          Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                          V 1 Reply Last reply
                          0
                          • M Marc Clifton

                            Vark111 wrote:

                            Is it javscript on the server that bothers you, and you're fine with it on the client?

                            Yes. Javascript on the client is a necessary evil I can't do anything about except perhaps use Dart or TypeScript. Marc

                            Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!

                            V Offline
                            V Offline
                            Vark111
                            wrote on last edited by
                            #26

                            Gotcha. That I can understand. I was squeamish about js on the server myself until I started playing around w/ node.

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups