Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 853 Bytes

File metadata and controls

40 lines (22 loc) · 853 Bytes

Push notification server built with perfect server

Sends pushes both on iOS and Android. Web interface and post-request API availible.

Installation

Just to run on linux or mac

In project directory:

  • build: $ swift build

  • run: $ .build/debug/SwiftPushServer

  • print localhost:8090 in your browser

On OSx to Open and Run in XCode

  • open Package.swift

  • go to "edit sceme"->"options" and set custom working directory to your project dir

  • run it from XCode

  • print localhost:8090 in your browser

Author

Alex Shubin

License

Swift push server is available under the MIT license.