Compare commits

..

6 Commits

Author SHA1 Message Date
JerryMaoMao
2fee59994a Merge df4d13b316 into 43b5e62d6a 2023-06-20 14:06:28 +03:00
vlahunter
43b5e62d6a Add modbus-serial (#1236)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
2023-06-20 13:59:44 +03:00
Luke Haas
eec6235228 Add RunJS (#1227)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
2023-06-20 13:54:06 +03:00
Maciek Palmowski
06b699f665 Add Kinsta's Node.js course (#1213) 2023-06-20 13:50:21 +03:00
Ruban Prakash
9755a65420 Add Vite (#1177)
Co-authored-by: Sindre Sorhus <sindresorhus@gmail.com>
2023-06-20 13:40:09 +03:00
Saurav Jain
b2af35e890 Add Amplication (#1171) 2023-06-20 13:38:28 +03:00

View File

@@ -360,6 +360,7 @@
- [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow. - [Brunch](https://github.com/brunch/brunch) - Front-end web app build tool with simple declarative config, fast incremental compilation, and an opinionated workflow.
- [FuseBox](https://github.com/fuse-box/fuse-box) - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support. - [FuseBox](https://github.com/fuse-box/fuse-box) - Fast build system that combines the power of webpack, JSPM and SystemJS, with first-class TypeScript support.
- [pkg](https://github.com/vercel/pkg) - Package your Node.js project into an executable. - [pkg](https://github.com/vercel/pkg) - Package your Node.js project into an executable.
- [Vite](https://github.com/vitejs/vite) - Front-end build tool with hot module replacement and static asset bundling.
### Hardware ### Hardware
@@ -371,6 +372,7 @@
- [spi-device](https://github.com/fivdi/spi-device) - SPI serial bus access. - [spi-device](https://github.com/fivdi/spi-device) - SPI serial bus access.
- [pigpio](https://github.com/fivdi/pigpio) - Fast GPIO, PWM, servo control, state change notification, and interrupt handling on the Raspberry Pi. - [pigpio](https://github.com/fivdi/pigpio) - Fast GPIO, PWM, servo control, state change notification, and interrupt handling on the Raspberry Pi.
- [gps](https://github.com/infusion/GPS.js) - NMEA parser for handling GPS receivers. - [gps](https://github.com/infusion/GPS.js) - NMEA parser for handling GPS receivers.
- [modbus-serial](https://github.com/yaacov/node-modbus-serial) - A pure JavaScript implementation of MODBUS-RTU (serial and TCP).
### Templating ### Templating
@@ -919,6 +921,7 @@
- [Learn to build apps and APIs with Node.js](https://learnnode.com/friend/AWESOME) - Video course by Wes Bos. - [Learn to build apps and APIs with Node.js](https://learnnode.com/friend/AWESOME) - Video course by Wes Bos.
- [Real Time Web with Node.js](https://www.pluralsight.com/courses/code-school-real-time-web-with-nodejs) - [Real Time Web with Node.js](https://www.pluralsight.com/courses/code-school-real-time-web-with-nodejs)
- [Learn and Understand Node.js](https://www.udemy.com/course/understand-nodejs/) - [Learn and Understand Node.js](https://www.udemy.com/course/understand-nodejs/)
- [Node.js Full Stack Developer Course](https://kinsta.com/academy/course/node-js-full-stack-developer/)
### Cheatsheets ### Cheatsheets
@@ -934,6 +937,8 @@
- [github-npm-stats](https://chrome.google.com/webstore/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef) - Chrome extension that displays npm download stats on GitHub. - [github-npm-stats](https://chrome.google.com/webstore/detail/github-npm-stats/oomfflokggoffaiagenekchfnpighcef) - Chrome extension that displays npm download stats on GitHub.
- [npm semver calculator](https://semver.npmjs.com) - Visually explore what versions of a package a semver range matches. - [npm semver calculator](https://semver.npmjs.com) - Visually explore what versions of a package a semver range matches.
- [CodeSandbox](https://codesandbox.io/s/node-http-server-node) - Online IDE and prototyping. - [CodeSandbox](https://codesandbox.io/s/node-http-server-node) - Online IDE and prototyping.
- [Amplication](https://github.com/amplication/amplication) - Auto-generates fully functional apps.
- [RunJS](https://runjs.app) - Desktop JavaScript playground.
### Community ### Community