ObjectWeb
Web Framework
A lightweight, pure-Python web framework that supports CGI and WSGI standards, allowing for fast and flexible web development.
ObjectWeb is a fast, minimalist, pure-Python web framework that relies on no third party libraries. It is designed around using Python as it was originally intended to be used: as an Object Oriented Programming language. ObjectWeb supports the CGI and WSGI standards and has a built-in development server.
28 stars
2 watching
5 forks
Language: Python
last commit: about 10 years ago Related projects:
Repository | Description | Stars |
---|---|---|
urweb/urweb | A language and standard library for building secure, efficient web applications using a statically typed functional programming paradigm. | 808 |
0x67757300/uhttp | A lightweight Pythonic web development framework with modular and flexible application design. | 106 |
yegor256/takes | A Java web framework that enforces object-oriented principles and provides a basic structure for building HTTP servers. | 809 |
analogweb/analogweb-scala | A high-performance HTTP server framework for building small to medium-sized web applications in Scala. | 13 |
hivesolutions/appier | A lightweight Python web framework designed to facilitate fast and efficient application development. | 127 |
wybiral/micropython-aioweb | A lightweight asyncio web framework for MicroPython-based projects | 29 |
stackforge/pecan | A lightweight WSGI framework for building web applications with minimal dependencies. | 154 |
mahmoud/clastic | A Python web framework that streamlines explicit development practices without global state | 156 |
alisnic/nyny | A lightweight web framework that provides a simple and flexible way to build small web applications using Ruby. | 315 |
guilleiguaran/nancy | A Ruby web framework that provides a minimalistic approach to building web applications with features like routing, session management and template rendering. | 82 |
django/django | A high-level Python web framework that facilitates rapid development and clean design for building web applications. | 80,945 |
easywebapp/webcell | A web application framework that utilizes VDOM, JSX, MobX, and TypeScript to create reusable and maintainable user interfaces. | 173 |
getludic/ludic | A lightweight framework for building HTML pages with reusable components and type-guided structure, using Python. | 749 |
twharmon/goweb | A lightweight web framework built on top of net/http | 36 |
spider-gazelle/spider-gazelle | A web framework template built on top of Crystal that aims to provide speed and extensibility for building Ruby-like web applications. | 180 |