https://github.com/samsung/lwnode
Lightweight Node.js is a memory efficient Node.js implementation for consumer products such as mobile, smart watch, and TV
https://github.com/samsung/lwnode
Last synced: 10 months ago
JSON representation
Lightweight Node.js is a memory efficient Node.js implementation for consumer products such as mobile, smart watch, and TV
- Host: GitHub
- URL: https://github.com/samsung/lwnode
- Owner: Samsung
- License: other
- Created: 2021-07-13T04:29:32.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-09-29T11:09:55.000Z (10 months ago)
- Last Synced: 2025-09-29T12:33:20.559Z (10 months ago)
- Language: C++
- Homepage:
- Size: 119 MB
- Stars: 30
- Watchers: 11
- Forks: 9
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Governance: GOVERNANCE.md
- Maintainers: MAINTAINERS.md
- Copyright: COPYRIGHT
Awesome Lists containing this project
README
# Lightweight Node.js
[](LICENSE)
[](https://github.com/Samsung/lwnode/actions)
Lightweight Node.js (`lwnode`) is a memory efficient Node.js implementation,
which runs on top of [Escargot](https://github.com/Samsung/escargot),
a memory optimized JavaScript Engine developed by Samsung Research.
The following provides useful information about lwnode:
* [Build Guide](docs/Build.md)
* Lightweight node.js
- [Supported Features](docs/Spec.md)
- [Modules](docs/lwnode-modules.md)
- [Debugging Guide](docs/Debugger.md)
- [Memory Usage Report](https://pages.github.sec.samsung.net/lws/lwnode) (Not accessible from public)
* [JS Backend Service Framework](docs/Framework.md)
- [Resource Management](docs/lwnode.md)
- [Service App Guide (RPMs)](docs/App-service.md)
- [App Template](modules/apps/template/)
- [Tizen Service App Guide (TPKs)](docs/Tizen-tpk-app.md)
- [DB Service and Client App Guide](docs/App-db-service.md)
* Others
- [Internal.md](docs/Internal.md)
- [MAINTAINERS.md](MAINTAINERS.md)
- [GOVERNANCE.md](GOVERNANCE.md)