From Wikipedia, the free encyclopedia
Perfect
Developer(s)PerfectlySoft Inc.
Initial release23 November 2015; 8 years ago (2015-11-23)
Stable release
4.0.1 / 8 February 2021; 3 years ago (2021-02-08) [1]
Repository
Written in Swift
Operating system OS X, Linux
Platform x86
Available inEnglish
Type Web framework, application server
License Apache
Website perfect.org  Edit this on Wikidata

Perfect is an application server, web and server framework written in the programming language Swift. It provides tools for developing web and other representational state transfer (REST) services in Swift, and web server and datasource connectors, providing default structures for developers working with databases, web services, and web pages. Its main focus is to make mobile development easier by using the Swift language on both sides of the client–server model, the client mobile device, and the server, [2] [3] [4] where it competes with other server-side development tools such as Node.js and Python. [5] It is open-source software, released under an Apache License.

History

Perfect 1.0 was released on November 23, 2015, just before the Swift language became open-source, [6] and draws much of its history from a programming language named Lasso, formerly part of Apple's product line. [7] [2]

Version 2.0 was rolled out September 6, 2016 [8] and brought Swift 3 compatibility and a more modular approach to the framework. The revised approach enabled developers to choose the specific features to include in Perfect-oriented projects rather than having all features bundled in by default.

References

  1. ^ "Releases · PerfectlySoft/Perfect". github.com. Retrieved 2021-04-23.
  2. ^ a b Metz, Cade (November 24, 2015). "Apple's Swift iOS Programming Language Could Soon Be in Data Centers". Wired. Retrieved March 4, 2016.
  3. ^ MacGregor, Alice (November 24, 2015). "Apple's Swift iOS Programming Language Could Soon Be in Data Centers". Archived from the original on April 2, 2016. Retrieved March 4, 2016.
  4. ^ Hilson, Gary (December 8, 2015). "Apple's open source release receives 'Swift' support from developers, IBM". Retrieved March 4, 2016.
  5. ^ Ahuja, Nene (January 28, 2015). "Apple's 'Swift' Programming Language Is Taking The Leap From Apps To Data Centers". Retrieved March 4, 2016.
  6. ^ Evans, Johnny (March 2, 2016). "WWDC 2016: Apple's Swift 3.0, star of the show". Retrieved March 4, 2016.
  7. ^ "The Perfect Framework with Sean Stephens and Kyle Jessup". February 4, 2016. Retrieved March 4, 2016.
  8. ^ "PerfectlySoft Releases Perfect 2.0 Framework for Server-Side Development With Swift 3.0". www.businesswire.com (Press release). 12 September 2016. Retrieved 2017-07-06.

External links

See also