https://github.com/ankurp/simplehttpserver
Simplest HTTP Server build using Swift that responds to request with HTML
https://github.com/ankurp/simplehttpserver
http-server socket-programming socket-server swift
Last synced: 9 months ago
JSON representation
Simplest HTTP Server build using Swift that responds to request with HTML
- Host: GitHub
- URL: https://github.com/ankurp/simplehttpserver
- Owner: ankurp
- License: mit
- Created: 2017-09-27T14:10:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-03T23:14:28.000Z (over 8 years ago)
- Last Synced: 2025-02-10T16:51:23.606Z (11 months ago)
- Topics: http-server, socket-programming, socket-server, swift
- Language: Swift
- Size: 39.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SimpleHTTPServer
Simple HTTP Server built in Swift and C Libraries.
## Getting Started
To run the server
1. `swift run`
1. `open http://localhost:4000/public/`