Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tbdsux/space-custom-apps
Custom Spacefile templates for Deta Space
https://github.com/tbdsux/space-custom-apps
crystal csharp dart deta deta-space deta-spacefile fsharp nim php remix solid-start spacefile
Last synced: 4 days ago
JSON representation
Custom Spacefile templates for Deta Space
- Host: GitHub
- URL: https://github.com/tbdsux/space-custom-apps
- Owner: tbdsux
- License: mit
- Created: 2022-12-14T11:54:30.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-17T15:36:34.000Z (over 1 year ago)
- Last Synced: 2024-07-28T21:56:44.714Z (3 months ago)
- Topics: crystal, csharp, dart, deta, deta-space, deta-spacefile, fsharp, nim, php, remix, solid-start, spacefile
- Language: C++
- Homepage:
- Size: 980 KB
- Stars: 22
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# space-custom-apps
Custom `Spacefile` templates for [Deta Space](https://alpha.deta.space).
These are custom apps tailored for programming languages / frameworks that are not supported out of the box by Deta Space.
### Languages
- [Nim](./nim-lang/)
- [Crystal](./crystal-lang/)
- [Dart](./dart-lang/)
- [Flutter Web](./flutter_web_app/) (does not work)
- [PHP](./php/)
- Dotnet
- [FSharp](./fsharp/)
- [CSharp](./csharp/)**Some things to note:**
- These `Spacefile/s` and starters are not tested on bigger / large projects. Use it accordingly.
- Base your project from the Spacefile provided, do not just copy-paste.### [Javascript Frameworks](./javascript-frameworks/README.md)
## How to add your own ?
Always check if the programming language / framework already exists in the repository example.
- Create a folder with the programming language / framework.
- Take a http web framework within that language's ecosystem and follow the default guides.
- Setup `Spacefile` and `.spaceignore` accordingly.