Misplaced Pages

Grok (web framework)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Open-source web framework
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
The topic of this article may not meet Misplaced Pages's general notability guideline. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Grok" web framework – news · newspapers · books · scholar · JSTOR (April 2024) (Learn how and when to remove this message)
This article may rely excessively on sources too closely associated with the subject, potentially preventing the article from being verifiable and neutral. Please help improve it by replacing them with more appropriate citations to reliable, independent, third-party sources. (April 2024) (Learn how and when to remove this message)
(Learn how and when to remove this message)
Grok
Developer(s)Grok developers, Zope Developers, Zope Foundation
Initial release2006; 18 years ago (2006)
Stable release5.1 Edit this on Wikidata / 28 October 2024; 2 months ago (28 October 2024)
Repository
Written inPython
TypeWeb framework
LicenseZope Public License
Websitegrok.zope.org Edit this at Wikidata

Grok is an open-source web framework based on Zope Toolkit (ZTK) technology. The project was started in 2006 by a number of Zope developers. Its core technologies (Martian, grokcore.component) are also used in other Zope-based projects.

The primary motive behind Grok is to make the Zope Toolkit technology more accessible and easier to use for newcomers and, at the same time, speed up application development, in accordance with the agile programming paradigm. To achieve this, Grok uses convention-over-configuration instead of using an explicit XML based configuration language (ZCML) as Zope Toolkit and BlueBream do. Grok uses Python code for component configuration, and has many implicit defaults and conventions. Grok is similar in feel to other Python Web frameworks such as TurboGears, Pylons and Django.

References

  1. "Release 5.1". 28 October 2024. Retrieved 22 November 2024.
  2. "Grok: or what I did on my holiday". Archived from the original on 2008-07-24. Retrieved 2008-08-30.
  3. "Announcing five.grok: Grok on Zope 2!". 26 April 2008. Archived from the original on 2012-11-07. Retrieved 2008-08-30.
  4. "update repoze.grok release". Archived from the original on 2009-02-07. Retrieved 2008-08-30.
  5. "Dexterity meet Grok". Archived from the original on 2008-08-31. Retrieved 2008-08-30.
  6. "Why Grok?". Archived from the original on 2008-08-24. Retrieved 2008-08-30.
  7. "Competition". Archived from the original on 2008-08-19. Retrieved 2008-08-30.

External links

Python web frameworks
Web frameworks
.NET
C++
ColdFusion
Common Lisp
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Rust
Scala
Smalltalk
Other languages
Stub icon

This Web-software-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: