JavaScript Examples

Open-source JavaScript projects categorized as Examples

Top 23 JavaScript Example Projects

  • examples

    Serverless Examples – A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more. (by serverless)

  • Project mention: Deploy a Django application to AWS Lambda using Serverless Framework | dev.to | 2023-12-14

    To create a new Serverless service you can run the sls create command and pass a template as a parameter. You can see a list of template examples in the official sls repository. As I write this post, there isn’t a Django template available in this list. Therefore, we are going to create a serverless.yml file in the root directory of our project and manually write the code we need in it.

  • module-federation-examples

    Implementation examples of module federation , by the creators of module federation

  • Project mention: Lazy load external library from CDN? | /r/reactjs | 2023-06-26
  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • cypress-example-recipes

    Various recipes for testing common scenarios with Cypress

  • nodejs-docs-samples

    Node.js samples for Google Cloud Platform products.

  • Project mention: Having trouble getting Websockets to work with App Engine | /r/googlecloud | 2023-04-29

    Take a look at Google's sample App for Websocket and see if you're missing anything in your code or setup

  • examples

    Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools (by expo)

  • Node.js-Design-Patterns-Third-Edition

    Node.js Design Patterns Third Edition, published by Packt

  • debezium-examples

    Examples for running Debezium (Configuration, Docker Compose files etc.)

  • Project mention: Is debezium worth the trouble? | /r/dataengineering | 2023-12-06

    There are a lot of great example here -> https://github.com/debezium/debezium-examples

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • cl-cookbook

    The Common Lisp Cookbook

  • Project mention: Gamedev in Lisp. Part 1: ECS and Metalinguistic Abstraction | news.ycombinator.com | 2024-03-02

    > the problem with Lisp is that it's sorta bundled with Emacs

    What's the problems with Alive, SLT, Slyblime, and Vlime? I mean, I use Emacs, but I was using Emacs before getting into Scheme and CL anyway.

    > Every website that teaches Lisp is in ugly HTML+CSS-only style

    I dunno, I feel like the Community Spec (<https://cl-community-spec.github.io/pages/index.html>) and the Cookbook (<https://lispcookbook.github.io/cl-cookbook/>) are fine.

    > I like the philosophy of (s-exp) but modern lisps have ruined its simplicity for me by introducing additional bracket notations [like this].

    Yes, that additional notation is a terrible blight on the perfection that is S-expressions, I wholeheartedly agree.

  • examples

    Examples of Mock Service Worker usage with various frameworks and libraries. (by mswjs)

  • three-stdlib

    📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser

  • Project mention: Arghhh ! Three ! | /r/threejs | 2023-12-07

    We have forked parts of the three core stuff to minimise breaks. drei for instance uses https://github.com/pmndrs/three-stdlib not examples/jsm. The threejs version you install can still pull the rug but pmndrs works against that with conditionals, shaders for instance are made to function despite three breaking stuff. You can generally rely on it and Fiber + eco system has semantic versioning.

  • examples

    A repository of runnable Node.js examples that go beyond "hello, world!" (by nodejs)

  • Project mention: Next.js vs Node.js: A Modern Contrast | dev.to | 2024-04-12

    In addition to allowing developers to choose their preferred version, it addresses whether application customers have updated their browsers and developers who write JavaScript browser code can script server code without learning new technologies like Ruby, Python, or C#. Though there’s a list of topics to cover before interacting with Node.js, new developers can walk through Node’s official list of applications building with Node.js on GitHub.

  • wasm-by-example

    Wasm By Example is a website with a set of hands-on introduction examples and tutorials for WebAssembly (Wasm)

  • Project mention: WASM by Example | news.ycombinator.com | 2023-11-15

    Looks like the code is here if you want to send a PR: https://github.com/torch2424/wasm-by-example

  • WordPress-Plugin-Boilerplate-Tutorial

    Tutorials and Examples for WordPress Plugin Boilerplate, a foundation for WordPress Plugin Development.

  • Project mention: Php best tool? Simple web database. | /r/PHPhelp | 2023-05-22
  • twitch_misc

    Misc. Twitch bits and pieces

  • esbuild-loader-examples

    esbuild-loader examples

  • edge-functions-examples

    Explore a library of reference examples for learning about Edge Functions on Netlify.

  • Project mention: Using custom error handling if a serverless function has crashed | dev.to | 2024-03-25

    More examples of using and configuring edge functions in this edge functions examples site

  • banking-in-action

    Sample application for RxJS in Action (Book)

  • node-red-contrib-chatgpt

    A Node-RED node that interacts with OpenAI machine learning models to generate text and image outputs like 'ChatGPT' and 'DALL·E 2'.

  • Project mention: Is it possible to create nodes programmatically? | /r/nodered | 2023-06-08

    Hey, I've got just the thing for you. I maintain a custom node node-red-contrib-custom-chatgpt and it includes an example flow that can generate code for nodes and automatically import them into the editor for later use. Perhaps this would be a good starting point for your projects needs.

  • lisk-sdk-examples

    🔩 Example proof of concept blockchain applications built using the Lisk software development kit

  • examples

    FormBold API implementation examples for - React, Next.js, HTML, Vue, and Gatsby, etc. (by FormBold)

  • react-user-authentication

    This is the React sample used in the ZITADEL quick start guide.

  • prompt-engineering

    ChatGPT Prompt Engineering for Developers - deeplearning.ai (by amalshehu)

  • Project mention: Enhancing AI Interaction: A Guide to Prompt Engineering | dev.to | 2023-10-21

    DeepLearning.AI Prompt engineering Learn Prompting

  • fortjs-examples

    Examples for fortjs

  • Project mention: Fort.js: Revolutionizing Node.js Development - Simplicity, Speed, and Component-Based Modularity | dev.to | 2024-01-24
  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-04-12.

JavaScript Examples related posts

Index

What are some of the best open-source Example projects in JavaScript? This list will help you:

Project Stars
1 examples 11,255
2 module-federation-examples 5,229
3 cypress-example-recipes 3,368
4 nodejs-docs-samples 2,756
5 examples 2,002
6 Node.js-Design-Patterns-Third-Edition 1,419
7 debezium-examples 1,397
8 cl-cookbook 893
9 examples 636
10 three-stdlib 636
11 examples 571
12 wasm-by-example 483
13 WordPress-Plugin-Boilerplate-Tutorial 375
14 twitch_misc 163
15 esbuild-loader-examples 88
16 edge-functions-examples 69
17 banking-in-action 40
18 node-red-contrib-chatgpt 40
19 lisk-sdk-examples 35
20 examples 11
21 react-user-authentication 7
22 prompt-engineering 7
23 fortjs-examples 3
The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com