Coder Social home page Coder Social logo

maxprig / swifter Goto Github PK

View Code? Open in Web Editor NEW

This project forked from httpswift/swifter

0.0 2.0 0.0 10.63 MB

Tiny http server engine written in Swift programming language.

License: BSD 3-Clause "New" or "Revised" License

Swift 1.43% Shell 0.01% Objective-C 0.02% C 91.98% C++ 6.52% Ruby 0.01% HTML 0.03%

swifter's Introduction

Logo

What is Swifter?

Tiny http server engine written in Swift ( https://developer.apple.com/swift/ ) programming language.

Platform Swift Protocols CocoaPods Carthage Compatible Slack

How to start?

let server = HttpServer()
server["/hello"] = { .OK(.HTML("You asked for " + $0.url)) }
server.start()

How to share files?

let server = HttpServer()
server["/desktop/:path"] = HttpHandlers.shareFilesFromDirectory("/Users/me/Desktop")
server.start()

How to redirect?

let server = HttpServer()
server["/redirect"] = { request in
  return .MovedPermanently("http://www.google.com")
}
server.start()

CocoaPods? Yes.

use_frameworks!
pod 'Swifter', '~> 1.1.3'

Carthage? Also yes.

github "glock45/swifter" == 1.1.3

swifter's People

Contributors

antonmes avatar arcz avatar bygri avatar c0deh4cker avatar damian-kolakowski avatar damuellen avatar dattk avatar jetforme avatar johnno1962 avatar julien-c avatar lucatorella avatar nickplee avatar palleas avatar pyanfield avatar satishmaha avatar sauliusgrigaitis avatar sillyplus avatar soutaro avatar tangshi avatar tanner0101 avatar yawaramin avatar yjgaia avatar ziper1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.