An open API service indexing awesome lists of open source software.

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

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/`