An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Lightweight Node.js

[![License](https://img.shields.io/badge/LICENSE-Apache%202-blue)](LICENSE)
[![Actions Status](https://github.com/Samsung/lwnode/actions/workflows/actions.yml/badge.svg)](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)