All Projects → zopefoundation → grok

zopefoundation / grok

Licence: other
Grok: Now even cavemen can use Zope 3!

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to grok

Python Ddd
Python DDD example
Stars: ✭ 100 (+400%)
Mutual labels:  web-application-framework
Webperl
Run Perl in the browser with WebPerl!
Stars: ✭ 221 (+1005%)
Mutual labels:  web-application-framework
Simplify.Web
Moved to https://github.com/SimplifyNet. Simplify.Web is a lightweight and fast server-side .NET web-framework based on MVC and OWIN for building HTTP based web-applications, RESTful APIs etc.
Stars: ✭ 23 (+15%)
Mutual labels:  web-application-framework
Framework
Vaadin 6, 7, 8 is a Java framework for modern Java web applications.
Stars: ✭ 1,715 (+8475%)
Mutual labels:  web-application-framework
Appweb
Appweb Community Edition Embedded Web Server
Stars: ✭ 196 (+880%)
Mutual labels:  web-application-framework
Run Aspnetcore
A starter kit for your next ASP.NET Core web application. Boilerplate for ASP.NET Core reference application, demonstrating a layered application architecture with applying Clean Architecture and DDD best practices. Download 100+ page eBook PDF from here ->
Stars: ✭ 227 (+1035%)
Mutual labels:  web-application-framework
Start Fastapi
a lightweight web framework based on fastapi
Stars: ✭ 48 (+140%)
Mutual labels:  web-application-framework
mif
MIF is a C++11 web-application framework designed for the backend micro-service development
Stars: ✭ 42 (+110%)
Mutual labels:  web-application-framework
Awesome Bitrix
Потрясающий Битрикс - полезные статьи о настройке и разработке 1C-Bitrix и Bitrix 24, а также компоненты и модули, php и javascript библиотеки
Stars: ✭ 216 (+980%)
Mutual labels:  web-application-framework
teamapps
TeamApps is a Java web application framework
Stars: ✭ 16 (-20%)
Mutual labels:  web-application-framework
Anpylar
Python client-side web development framework
Stars: ✭ 160 (+700%)
Mutual labels:  web-application-framework
Youi
Next generation user interface and application development in Scala and Scala.js for web, mobile, and desktop.
Stars: ✭ 186 (+830%)
Mutual labels:  web-application-framework
fano
Pascal web application framework
Stars: ✭ 90 (+350%)
Mutual labels:  web-application-framework
Nw.js
Call all Node.js modules directly from DOM/WebWorker and enable a new way of writing applications with all Web technologies.
Stars: ✭ 38,611 (+192955%)
Mutual labels:  web-application-framework
app
Web application framework for PHP
Stars: ✭ 25 (+25%)
Mutual labels:  web-application-framework
Awesome Django
Repository mirror of GitLab: https://gitlab.com/rosarior/awesome-django This repository is not monitored for issues, use original at GitLab.
Stars: ✭ 8,527 (+42535%)
Mutual labels:  web-application-framework
Perfect
Server-side Swift. The Perfect core toolset and framework for Swift Developers. (For mobile back-end development, website and API development, and more…)
Stars: ✭ 13,890 (+69350%)
Mutual labels:  web-application-framework
Nancy
Lightweight, low-ceremony, framework for building HTTP based services on .Net and Mono
Stars: ✭ 7,170 (+35750%)
Mutual labels:  web-application-framework
Fuga-Framework
Web Framework for Java
Stars: ✭ 15 (-25%)
Mutual labels:  web-application-framework
kites
Template-based Web Application Framework
Stars: ✭ 51 (+155%)
Mutual labels:  web-application-framework
Grok
****

What is grok?
=============

Grok is a smashing web framework based on `Zope Toolkit`_ technology.

.. _`Zope Toolkit`: http://docs.zope.org/zopetoolkit

Grok uses the Component Architecture and builds on Zope concepts like
content objects (models), views, and adapters.  Its simplicity lies in
using **convention over configuration** and **sensible defaults** when
wiring components together.  That means neither a configuration
language like ZCML nor a lot of repetition are needed to create a web
application with grok.

You can find out much more about Grok at our http://grok.zope.org
website.

Who is grok?
============

Grok is a friendly caveman from the Stone Age.  He has a big club that
he hunts mammoths with.  He will also use this club to smash anything
he doesn't like.

"ME GROK SMASH ZCML!"

Getting grok
============

The easiest way to get started with grok is to install the
`grokproject <http://cheeseshop.python.org/pypi/grokproject>`_ package
(e.g. via ``easy_install grokproject``) and then create a new project
area by calling the ``grokproject`` script like so::

  $ grokproject MyProject
  ... many lines of output here

This will create a project area in ``MyProject`` as well as download
and install grok.

You can also get grok from the subversion repository::

  svn co svn://svn.zope.org/repos/main/grok/trunk grok

Then follow the instructions of ``INSTALL.txt``.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].