This splits the webapp in: * IronCalc (the widget to be published on npmjs) * The frontend for our "service" * Adds "dummy code" for the backend using sqlite
8 lines
205 B
Markdown
8 lines
205 B
Markdown
# IronCalc AppServer
|
|
|
|
This is the Application server deployed at https://app.ironcalc.com
|
|
|
|
It is a simple Rocket server. It is assumed to run alongside a file-server
|
|
|
|
All /api/ RPCs will go to this server
|