https://github.com/drewag/swift-serve
https://github.com/drewag/swift-serve
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/drewag/swift-serve
- Owner: drewag
- Created: 2016-10-30T04:18:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T01:12:11.000Z (over 3 years ago)
- Last Synced: 2025-01-28T17:14:23.871Z (4 months ago)
- Language: Swift
- Size: 240 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swift Serve
This framework is not currently ready for public consumption. It needs true documentation.
I use it in several projects but I have not had the time to make the necessary changes for it to be accessible
to other developers.It is a framework for developing server side swift websites and services. My goal in developing it was to provide
myself an abstraction that I can write all of my websites and web services against that allows me to switch between
other frameworks easily (e.g. Zewo and Kitura) without rewriting the application level code. The advantage for me
is that I wrote it exactly the way I want things to work. I am not sure I see the attraction for other developers
as they can just use Zewo, Kitura, or whatever directly. As it matures and if I see a reason it would be attractive
to other developers, I will certainly try to make it more accessible.If anyone is seriously interested in using it I am happy to have a discussion and I could probably be convinced to
add some documentation.