Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brokenhandsio/are-we-server-yet
Are we server yet? A simple reckoning of Swift’s readiness for Server-related things. Inspired by arewewebyet.org
https://github.com/brokenhandsio/are-we-server-yet
Last synced: 3 days ago
JSON representation
Are we server yet? A simple reckoning of Swift’s readiness for Server-related things. Inspired by arewewebyet.org
- Host: GitHub
- URL: https://github.com/brokenhandsio/are-we-server-yet
- Owner: brokenhandsio
- License: cc-by-4.0
- Created: 2022-11-08T10:23:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-23T14:47:07.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:28:58.131Z (6 months ago)
- Language: CSS
- Homepage: https://areweserveryet.org
- Size: 62.5 KB
- Stars: 37
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Are We Server Yet
This project tries to give the answer to the question, "is [Swift](http://swift.org) on the server production ready?" This document gives an overview on the structure of the data, the technologies used and how you can contribute to the project. If you want to see the output of the project, please go to
**[areweserveryet.org](http://www.areweserveryet.org/)**
## 🚀 Contributing
All contributions are welcome to the project. The curators try to review all pull requests as quickly as possible. If you are planning on submitting bigger changes to the project, please open a GitHub issue first and talk to the team before submitting to make sure your work will be accepted.
The content of the page is located in the `Content/` directory. It's simple Markdown!
This project uses [Publish](https://github.com/JohnSundell/Publish), a static HTML generator.## Code of Conduct
![](https://img.shields.io/badge/Code_of_Conduct-Contributor_Covenant-green.svg?style=flat-square)
This project is managed under an adapted [Contributor Convenant](http://contributor-covenant.org/) Code of Conduct, applicable to everyone involved in the project (including core committers, maintainers and sponsors) in all forms of online and offline communication (public and private) as well as for all affiliated events and meetings.
[Read the full Code of Conduct here](./CODE_OF_CONDUCT.md)
## License
![](https://img.shields.io/github/license/brokenhandsio/are-we-server-yet.svg?style=flat-square)
The project and all its work is published under the Creative Commons Attribution 4.0 International License. To learn more about the conditions of that License, please refer to the [LICENSE](LICENSE) document in this folder.
The original work this project is heavily inspired by, was done and published by [The Rust Foundation's Are We Web Yet project](https://github.com/rust-lang/arewewebyet) under the Creative Commons Attribution License (version 4.0).