Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Start Free
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Automatically mock your HTTP interactions to simplify testing
...The first time you run code that is inside a VCR.py context manager or decorated function, VCR.py records all HTTP interactions that take place through the libraries it supports and serializes and writes them to a flatfile (in yaml format by default). This flatfile is called a cassette. When the relevant piece of code is executed again, VCR.py will read the serialized requests and responses from the aforementioned cassette file, and intercept any HTTP requests that it recognizes from the original test run and return the responses that corresponded to those requests. ...
TinyReversProxy is a lightweight reverse proxy especially designed for embedded systems.
It has been written in C language in the ESECO SYSTEMS company which builds Web3.0 and Web4.0 appliances for the domains of security and risk protection.
A real Skype's Web Space. This software is shareware since 11/1/2010, and rename it to Skype Space. but the part of CGI and Web, is openresource. http://skypespace.appspot.com/
Smart apache logfile sniffer to assign given IP's to names. It's a tool to check if special guests are visiting your webserver or Big Brother is watching you. Works with a CSV-list of IP's or IP-ranges.
A simple HTTP Server for the whole world (educational institutions, organizations,small companies, student groups, personel etc..) any one can run it and serve files to their client.It is multithreaded light weight and robust HTTPServer.
The goal is to provide the smallest HTTP server which just works. A feature will be included in the server if and only if that feature cannot be implemented elsewhere without loss of speed or security.
TXS provides a basic HTTP server. Its own XML Script language can produce, via XSL-T, XForms or XHTML pages (tested with FireFox). It can also be used to read and generate CSV, XML or ZIP files. HTML page capture and email generation also available.
Using an http server to provide user interface, an operating system to give privileges to users, and a version control system to let users collaborate: Let's develop a useful tool for academic faculty and staff who prepare digital documents together.
ServerSpy is a VB.Net based application that installs as a service and serves to monitor uptime and availability of other networked servers and web sites.
IoWiki is a wiki engine written in IoLanguage, showing off PrototypeBasedProgramming. Simplicity is emphasized over power, although it has most of the basics such as page history. Page templates are editable from within the wiki itself.
I moved this project to sourceforge from Berlios because Berlios is closing down. It originally compiled with Delphi 7 and Kylix but it no longer does and I can't be bothered to investigate why that is. As far as I am concerned this project is dead, but somebody else may still find it useful.
CSc867 Web Server is a project to build a simplifired web server from scratch. The sever will support basic functions that like parsing request, generating respnd, multithreading, authenticating...