Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.31 KB

File metadata and controls

43 lines (28 loc) · 1.31 KB

simple-socket-swift-javascript

A simple swift server app , javascript client / Socket , SMTP

Login Form Compose Form

Getting Started

Just run server and open client (localhost:81818/echo) , try to login and send an email.

  • username and password you enter in login , are your real email address and password.
  • you also need to generate SSL for localhost.
  • this project uses SMTP -> you can just send emails.

Prerequisites

  • The server side is written in Swift , using "Perfect"
  • The client side is written in javascript , also using HTML & CSS

Installing

install swift packages:

swift build

generate xcode project:

swift package generate-xcodeproj

Author

  • Masoud Sheikh Hosseini

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments