-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (62 loc) · 3.64 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>open-abap.org</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>open-abap</h1>
<p>
By <a href="https://github.com/abaplint/transpiler">transpiling</a> ABAP to Javascript, ABAP can run on <a href="https://nodejs.dev">Node.js</a>.
</p>
<p>
open-abap provides various libraries for running transpiled code, plus general purpose multi target utilities.
</p>
<ul>
<li><a href="https://www.npmjs.com/package/@abaplint/transpiler">transpiler</a></li>
<li><a href="https://www.npmjs.com/package/@abaplint/runtime">runtime</a></li>
<li><a href="https://www.npmjs.com/package/@abaplint/database-sqlite">database-sqlite</a></li>
<li><a href="https://www.npmjs.com/package/@abaplint/database-pg">database-pg</a></li>
<li><a href="https://www.npmjs.com/package/@abaplint/database-snowflake">database-snowflake</a></li>
</ul>
<h2>Runtime</h2>
<i>ABAP on Node.js</i>
<ul>
<li><a href="https://github.com/open-abap/open-abap-core">open-abap-core</a>, Core ABAP artifacts</li>
<li><a href="https://github.com/open-abap/open-abap-bal">open-abap-bal</a>, Application Logging</li>
<li><a href="https://github.com/open-abap/open-abap-deprecated">open-abap-deprecated</a>, Deprecated artifacts</li>
<li><a href="https://github.com/open-abap/open-abap-gui">open-abap-gui</a>, GUI controls</li>
<li><a href="https://github.com/open-abap/open-abap-fs">open-abap-fs</a>, Filesystem bindings</li>
<li><a href="https://github.com/open-abap/open-abap-gpio">open-abap-gpio</a>, Raspberry Pi GPIO bindings</li>
</ul>
<h2>General purpose, multi target</h2>
<i>Multi-target ABAP libraries. Run on ECC + Steampunk + Node.js</i>
<ul>
<li><a href="https://github.com/open-abap/open-abap-ssh">open-abap-ssh</a>, SSH client in ABAP</li>
<li><a href="https://github.com/open-abap/open-abap-pdf">open-abap-pdf</a>, Standalone PDF generation</li>
<li><a href="https://github.com/open-abap/open-table-maintenance">open-table-maintenance</a>, Low footprint ABAP table maintenance</li>
<li><a href="https://github.com/open-abap/cross-http-client">cross-http-client</a>, Cross platform http client</li>
<li><a href="https://github.com/open-abap/cross-http-server">cross-http-server</a>, Cross platform http server</li>
<li><a href="https://github.com/open-abap/open-abap-odata">open-abap-odata</a>, OData/Gateway shims for Node.js and Steampunk</li>
</ul>
<h2>Shims</h2>
<i>Testing and Continuous Integration</i>
<ul>
<li><a href="https://github.com/open-abap/express-icf-shim">express-icf-shim</a>, Shim for running ICF services on Express</li>
<li><a href="https://github.com/open-abap/express-steampunk-shim">express-steampunk-shim</a>, Shim for running Steampunk HTTP bindings on Express</li>
<li><a href="https://github.com/open-abap/browser-icf-shim">browser-icf-shim</a>, Run in browser only without backend</li>
<li><a href="https://github.com/open-abap/shims-rfc">shims-rfc</a>, Shims for tRFC + qRFC + bgRFC</li>
<li><a href="https://github.com/open-abap/lambda-icf-shim">lambda-icf-shim</a>, AWS Lambda ICF shim</li>
</ul>
<h2>Demos</h2>
<ul>
<li><a href="https://github.com/open-abap/load-table-contents">load-table-contents</a>, load abapGit serialized data to sqlite</li>
<li><a href="https://github.com/open-abap/preview-deployments">preview-deployments</a></li>
<li><a href="https://github.com/open-abap/azure-functions-v4-abap-template">azure-functions-v4-abap-template</a></li>
<li><a href="https://github.com/open-abap/cloudflare-abap-template">cloudflare-abap-template</a></li>
</ul>
</body>
</html>