Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 21 Go NodeJS Projects
-
For Windows - https://github.com/coreybutler/nvm-windows/releases, go to this link and download the ".exe" file and install it.
-
Project mention: Does go have a better way to handle x.a, x.b, x.c, etc.. | reddit.com/r/golang | 2023-03-24
An option is to `import . "github.com/gofiber/fiber/v2"`. You can then use `Map`, `Ctx`, etc. as if they were declared in api_v1.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
This is where I see K8S coming in – teachers can provide dev deployments that are setup for students to learn. Teachers can also provide containers that run automated tests against the student containers for assessment! Plus, we can smooth over some of the git workflow stuff for the ripest of beginners; we can integrate with github to sync their work on our platform to repositories on their github account, so that they can really take ownership of the work they do on the platform. Last, students can graduate their work from development into production very easily, since we can take the base images + student diffs, build a new "prod" image for the student. We can run students' prod work on "serverless" K8S frameworks like fission or OpenFaas to be able to host many low-traffic "production" apps at the same time.
-
Project mention: Streamline Your Serverless Development with These Top 10 Powerhouse Tools | dev.to | 2023-01-02
Apex is an open-source tool that makes it easy to build and deploy serverless applications on AWS. It's a great tool for any serverless developer, as it simplifies the process of building and deploying serverless applications, making it easier to focus on writing code.
-
Project mention: I know JavaScript and looking for Go learning resource | reddit.com/r/golang | 2023-03-20
-
Project mention: Working with TypeORM 0.3x with Nestjs - I wasn't aware so many people were facing issues with it | reddit.com/r/nestjs | 2023-02-27
In general with ORMs, you will face a problem in one way or another. I ended up simply using https://github.com/gajus/slonik and https://github.com/amacneil/dbmate for migrations. My life is way much better since then.
-
Project mention: Looking for library recommendations: Django -> Golang port | reddit.com/r/golang | 2023-02-24
You're right. Django made a ton of tables, and it's pretty insightful to think about all the stuff it's trying to consider and a nightmare to migrate that framework. Django might have simplified some stuff, but it's still too opaque for my taste and the overall end goals of the project. Currently, I'm testing using graphjin (it doesn't have the best documentation, but it does boast an SQL generation capability that I philosophically think is the best way to do things).
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: A new version of Goxygen is out wit support of React 18 and Go 1.19 | reddit.com/r/webdev | 2022-12-12
-
-
Project mention: How do you run scheduled tasks in Google Cloud without the 10 minute cutoff? | reddit.com/r/googlecloud | 2022-08-09
You're better off using Cloud Run. In some ways, it's easier than App Engine. You can use a buildpack (blog, blog, GitHub) to automatically build a docker image with Go using the code you provide. You can then configure Cloud Run to allow up to 60 minutes of time per invocation.
-
(New-Object System.Net.WebClient).DownloadFile("https://github.com/openfaas/faas-cli/releases/download/$version/faas-cli.exe", "faas-cli.exe")
-
dotenx
Low-code all-in-one platform to build web applications, websites, APIs, forms, automations. An alternative for wordpress, bubble, webflow, Zapier, and much more
Project mention: [Showoff Saturday] Multi-purpose no-code platform for SMBs. | reddit.com/r/webdev | 2023-03-25DoTenX: https://dotenx.com
-
botway
🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack, or even Twitch.
Project mention: Botway - 🤖 Generate, build, handle and deploy your own bot with your favorite language, for Discord, or Telegram, or Slack. | dev.to | 2022-06-21scoop bucket add botway https://github.com/abdfnx/botway scoop install botway
-
For libraries I use at work, cmap has a v2 using generics. I think that's a fairly widely used library. The events library we use is updated, but not released. When I get a chance, planning on looking on moving to hooks, which does have released generics support.
-
tutorials
This repository contains all the code snippets from articles and videos (by karanpratapsingh)
-
Project mention: Switching from pyenv, rbenv, goenv and nvm to asdf – yujinyuz | news.ycombinator.com | 2022-04-05
I like to use eclectica, it's not very popular, but it works for me
-
estruct
estruct traverses javascript projects and maps all the dependencies and relationships to a JSON. the output can be used to build network visualizations of the project and document the architecture.
-
I'm working on https://github.com/atdiar/particleui An example of how the code looks would be: https://github.com/atdiar/todomvc
-
Project mention: dropbox-ignorer: make Dropbox ignore node_modules and others | reddit.com/r/dropbox | 2022-03-31
-
grpc_microservices
This project is a POC of the API Composition Pattern but using gRPC, the idea is having the same proto file implemented in different services (micro or nano) and each service returns a piece of the information to the gateway.
Thanks guys, I created a project on my github https://github.com/gbauso/grpc_microservices. But it seems that the guys didn't look at it :/.
-
buyte
Apple Pay and Google Pay in a single install. Digital Wallet Payment Orchestration built on a Serverless Stack for AWS using Golang, Node.js, Serverless Framework and AWS Amplify
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Go NodeJS related posts
- Daily General Discussion - March 21, 2023
- I know JavaScript and looking for Go learning resource
- Serving 250k Developers with One Support Engineer
- You can handle many Node versions at once and switch them automatically with nvm
- You can manage multiple Node versions with nvm
- Signal Desktop Migration / Backup w/ Conversation History (but no previews)
- Running Go code inside a NodeJS app with WASM (Part 1/2, 2023)
-
A note from our sponsor - SonarQube
www.sonarqube.org | 29 Mar 2023
Index
What are some of the best open-source NodeJS projects in Go? This list will help you:
Project | Stars | |
---|---|---|
1 | nvm for Windows | 26,801 |
2 | Fiber | 25,300 |
3 | OpenFaaS | 22,841 |
4 | up | 8,692 |
5 | golang-for-nodejs-developers | 3,698 |
6 | dbmate | 3,193 |
7 | graphjin | 2,637 |
8 | goxygen | 2,519 |
9 | nodebook | 1,594 |
10 | buildpacks | 859 |
11 | faas-cli | 760 |
12 | dotenx | 379 |
13 | botway | 141 |
14 | go-events | 88 |
15 | tutorials | 82 |
16 | eclectica | 28 |
17 | estruct | 11 |
18 | particleui | 10 |
19 | dropbox-ignorer | 6 |
20 | grpc_microservices | 6 |
21 | buyte | 6 |