All Projects → embedthis → Goahead

embedthis / Goahead

Licence: other
GoAhead Web Server

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Goahead

Appweb
Appweb Community Edition Embedded Web Server
Stars: ✭ 196 (-38.94%)
Mutual labels:  web-application, webserver
Ilruntime hotgames
基于ILRuntime的热更新能力实现的可以直接使用的框架,友情赠送C# WebService + WebSocketServer服务器端。
Stars: ✭ 293 (-8.72%)
Mutual labels:  webserver
TinyWebServer
🐝This is a TinyWebServer
Stars: ✭ 21 (-93.46%)
Mutual labels:  webserver
Cordova Httpd
Embed tiny web server into Cordova with a plugin
Stars: ✭ 271 (-15.58%)
Mutual labels:  webserver
expross
Expross is a lightweight webserver to introduce JavaScript developers familiar with Express to Python.
Stars: ✭ 27 (-91.59%)
Mutual labels:  webserver
Webserver
A C++ High Performance Web Server
Stars: ✭ 4,164 (+1197.2%)
Mutual labels:  webserver
httoop
HTTOOP - a fully object oriented HTTP protocol library written in python
Stars: ✭ 15 (-95.33%)
Mutual labels:  webserver
Ide
Web based, Go IDE.
Stars: ✭ 309 (-3.74%)
Mutual labels:  webserver
Grunt Php
Start a PHP server
Stars: ✭ 291 (-9.35%)
Mutual labels:  webserver
Ofelia
A real-time cross-platform creative coding tool for multimedia development
Stars: ✭ 269 (-16.2%)
Mutual labels:  web-application
Arachni
Web Application Security Scanner Framework
Stars: ✭ 2,942 (+816.51%)
Mutual labels:  web-application
Php Security Check List
PHP Security Check List [ EN ] 🌋 ☣️
Stars: ✭ 262 (-18.38%)
Mutual labels:  web-application
Jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
Stars: ✭ 286 (-10.9%)
Mutual labels:  webserver
caddy-esi
Middleware for Caddy Server integrating ESI (edge side includes) tags with parallel loading. Able to connect to HTTP/S/2, Memcache, Redis, shell scripts, gRPC and SQL backends 🐜🐜🐜
Stars: ✭ 28 (-91.28%)
Mutual labels:  webserver
Computer Networking A Top Down Approach Notes
《计算机网络-自顶向下方法(原书第6版)》编程作业,Wireshark实验文档的翻译和解答。
Stars: ✭ 3,890 (+1111.84%)
Mutual labels:  webserver
picamera-motion
Raspberry Pi python PiCamera Lightweight Motion Detection. Includes easy curl script install/upgrade, whiptail admin menu system, single file web server and Rclone for uploading to a variety of web storage services.
Stars: ✭ 80 (-75.08%)
Mutual labels:  webserver
Odi
🌪🌌 Opinionated, Declarative, Idiomatic framework for building scalable, supportable and reliable enterprise applications.
Stars: ✭ 264 (-17.76%)
Mutual labels:  webserver
Mern Social
A MERN stack based social media application [Full-Stack React Projects]
Stars: ✭ 288 (-10.28%)
Mutual labels:  web-application
Saea
SAEA.Socket is a high-performance IOCP framework TCP based on dotnet standard 2.0; Src contains its application test scenarios, such as websocket,rpc, redis driver, MVC WebAPI, lightweight message server, ultra large file transmission, etc. SAEA.Socket是一个高性能IOCP框架的 TCP,基于dotnet standard 2.0;Src中含有其应用测试场景,例如websocket、rpc、redis驱动、MVC WebAPI、轻量级消息服务器、超大文件传输等
Stars: ✭ 318 (-0.93%)
Mutual labels:  webserver
Devd
A local webserver for developers
Stars: ✭ 3,186 (+892.52%)
Mutual labels:  webserver

Embedthis GoAhead Community Edition

The most popular little embedded web server.

Branches

The repository has several branches:

  • master - Most recent release of the software.
  • dev - Current ongoing development.
  • X.X - Archived prior release branches for maintenance.

Licensing

See LICENSE.md and https://www.embedthis.com/goahead/licensing.html for details.

Documentation

See https://www.embedthis.com/goahead/doc/index.html.

Building from Source

You can build GoAhead with make, Visual Studio, Xcode or MakeMe.

The IDE projects and Makefiles will build with SSL using the MbedTLS TLS stack. To build with CGI, OpenSSL or other modules, read the projects/README.md for details.

To Build with Make

Linux or MacOS

make

or to see the commands as they are invoked:

make SHOW=1

You can pass make variables to tailor the build. For a list of variables:

make help

To run

make run

Windows

make

The make.bat script runs projects/windows.bat to locate the Visual Studio compiler. If you have setup your CMD environment for Visual Studio by running the Visual Studio vsvarsall.bat, then that edition of Visual Studio will be used. If not, windows.bat will attempt to locate the most recent Visual Studio version.

To Build with Visual Studio

Open the solution file at:

projects/goahead-windows-default.sln

Then select Build -> Solution.

To run the debugger, right-click on the "goahead" project and set it as the startup project. Then modify the project properties and set the Debugging configuration properties. Set the working directory to be:

$(ProjectDir)\..\..\test

Set the arguments to be -v

Then start debugging.

To Build with Xcode.

Open the solution file:

projects/goahead-macosx-default.sln

Choose Product -> Scheme -> Edit Scheme, and select "Build" on the left of the dialog. Click the "+" symbol at the bottom in the center and then select all targets to be built. Before leaving this dialog, set the debugger options by selecting "Run/Debug" on the left hand side. Under "Info" set the Executable to be "goahead", set the launch arguments to be "-v" and set the working directory to be an absolute path to the "./test" directory in the goahead source. The click "Close" to save.

Click Project -> Build to build.

Click Project -> Run to run.

To build with MakeMe

To install MakeMe, download it from https://www.embedthis.com/makeme/.

./configure
me

For a list of configure options:

./configure --help

To run

me run

To install

If you have built from source using Make or MakeMe, you can install the software using:

sudo make install

or

sudo me install

To uninstall

sudo make uninstall

or

sudo me uninstall

To test

me test

Resources

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].