From 62ad7d4dfa94559c76b5c7c41a10b3aeb301e478 Mon Sep 17 00:00:00 2001 From: Huw Diprose Date: Mon, 7 Oct 2024 17:57:36 +0100 Subject: [PATCH] Add JavaScript / Node.js as a first class backend langauge at GDS --- source/standards/programming-languages.html.md.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/standards/programming-languages.html.md.erb b/source/standards/programming-languages.html.md.erb index f3bd09ef..73539893 100644 --- a/source/standards/programming-languages.html.md.erb +++ b/source/standards/programming-languages.html.md.erb @@ -58,15 +58,13 @@ Our core languages for backend development are: - [Java](/manuals/programming-languages/java.html) - [Python](/manuals/programming-languages/python/python.html) - [Ruby](/manuals/programming-languages/ruby.html) +- [JavaScript / Node.js](/manuals/programming-languages/nodejs/index.html) We’ve chosen these languages because they are successfully used by teams at the moment, and we are confident in how to host and operate applications written in them. You should carry out new development in one of these languages. -We are also currently exploring the use of Node.js in the backend for -serverless systems, particularly in the Digital Identity programme. - ### Python You should write new Python projects in Python 3.