You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.
With the discussions during the OpenJS world event in Vancouver, a lot of people express the interest / need to have both documentation and examples being easy to use by the broader community.
Here is a quick list of some first ideas (I will open a PR to have some kind of summary inside the repo)
In all case each item should include
test
how to use (full step by step)
explanation or consideration
Pure Node.js
Node.js test platform: runner, test, tap output...
Stream operation (pipeline, duplex, transform)
Read / write files with transformation (buffer operation?)
Simple HTTP server
Node-api with c/c++ wrapper
Node-api with napi-rs / bindgen / neon for rust
Loader (use case with typescript? waiting to move out of experimental?)
CLI usage (read args, interacting with systems)
Undici / HTTP use case
NPM / Packages
Create a simple package and publishing it
Build CJS / ESM dual package
NPM query and usage of NPM CLI
TypeScript
Using Typescript to create a package / lib
Cloud
Serverless function for all providers (read a request, insert into a db for each)
Docker setup for a project
TypeScript
Setup a basic example with typescript
Full TS + HMR setup for project
How to use map files
Other
Docker base application
Security solution
Good practice (?)
The text was updated successfully, but these errors were encountered:
With the discussions during the OpenJS world event in Vancouver, a lot of people express the interest / need to have both documentation and examples being easy to use by the broader community.
Here is a quick list of some first ideas (I will open a PR to have some kind of summary inside the repo)
In all case each item should include
Pure Node.js
NPM / Packages
TypeScript
Cloud
TypeScript
Other
The text was updated successfully, but these errors were encountered: