UNPKG

2.13 kBMarkdownView Raw
1<p align="center">
2 <img alt="OS.js Logo" src="https://raw.githubusercontent.com/os-js/gfx/master/logo-big.png" />
3</p>
4
5[OS.js](https://www.os-js.org/) is an [open-source](https://raw.githubusercontent.com/os-js/OS.js/master/LICENSE) web desktop platform with a window manager, application APIs, GUI toolkit, filesystem abstractions and much more.
6
7[![Maintainability](https://api.codeclimate.com/v1/badges/b2e4c52db03e57b4ad76/maintainability)](https://codeclimate.com/github/os-js/osjs-server/maintainability)
8[![Test Coverage](https://api.codeclimate.com/v1/badges/b2e4c52db03e57b4ad76/test_coverage)](https://codeclimate.com/github/os-js/osjs-server/test_coverage)
9
10[![Support](https://img.shields.io/badge/patreon-support-orange.svg)](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)
11[![Support](https://img.shields.io/badge/opencollective-donate-red.svg)](https://opencollective.com/osjs)
12[![Donate](https://img.shields.io/badge/liberapay-donate-yellowgreen.svg)](https://liberapay.com/os-js/)
13[![Donate](https://img.shields.io/badge/paypal-donate-yellow.svg)](https://paypal.me/andersevenrud)
14[![Community](https://img.shields.io/badge/join-community-green.svg)](https://community.os-js.org/)
15
16# OS.js v3 Server
17
18This is the main node server module for OS.js.
19
20Contains all services and interfaces required to run a node server for OS.js
21
22## Contribution
23
24* **Sponsor on [Github](https://github.com/sponsors/andersevenrud)**
25* **Become a [Patreon](https://www.patreon.com/user?u=2978551&ty=h&u=2978551)**
26* **Support on [Open Collective](https://opencollective.com/osjs)**
27* [Contribution Guide](https://github.com/os-js/OS.js/blob/master/CONTRIBUTING.md)
28
29## Documentation
30
31See the [Official Manuals](https://manual.os-js.org/) for articles, tutorials and guides.
32
33## Links
34
35* [Official Chat](https://gitter.im/os-js/OS.js)
36* [Community Forums and Announcements](https://community.os-js.org/)
37* [Homepage](https://os-js.org/)
38* [Twitter](https://twitter.com/osjsorg) ([author](https://twitter.com/andersevenrud))
39* [Facebook](https://www.facebook.com/os.js.org)
40* [Docker Hub](https://hub.docker.com/u/osjs/)